three-trees-ui 1.0.39 → 1.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "three-trees-ui",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "publicPath": "/ui",
5
5
  "author": "hotent",
6
6
  "private": false,
@@ -35,7 +35,7 @@
35
35
  :disabled="disabled"
36
36
  @click="boSave()"
37
37
  >
38
- 保存
38
+ 提交
39
39
  </el-button>
40
40
  <!-- <el-button
41
41
  v-if="action === 'editDraft'"
@@ -584,7 +584,7 @@ export default {
584
584
  this.dialogExportVisible = true
585
585
  } else {
586
586
  // 增加导出字段限制
587
- const checkField = this.getCheckField().map((item) => item.value)
587
+ const checkField = this.getCheckField().map((item) => item.key)
588
588
  this.exportData.expField = this.displayFields.filter((item) =>
589
589
  checkField.includes(item.fieldName)
590
590
  )