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
|
@@ -584,7 +584,7 @@ export default {
|
|
|
584
584
|
this.dialogExportVisible = true
|
|
585
585
|
} else {
|
|
586
586
|
// 增加导出字段限制
|
|
587
|
-
const checkField = this.getCheckField().map((item) => item.
|
|
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
|
)
|