diff --git a/src/views/modules/custom/tripreport-add-or-update.vue b/src/views/modules/custom/tripreport-add-or-update.vue index 2b14e32..b68fe44 100644 --- a/src/views/modules/custom/tripreport-add-or-update.vue +++ b/src/views/modules/custom/tripreport-add-or-update.vue @@ -128,7 +128,7 @@ export default { comeProps: { value: 'value', label: 'label', - checkStrictly: true, + // checkStrictly: true, lazy: true, // 此处必须为true lazyLoad: (node, resolve) => { if (node.data.value) this.getChildProject(node.data, resolve) @@ -137,7 +137,7 @@ export default { nowProps: { value: 'value', label: 'label', - checkStrictly: true, + // checkStrictly: true, lazy: true, // 此处必须为true lazyLoad: (node, resolve) => { if (node.data.value) this.getChildProject(node.data, resolve)