From 61404280f3e8c8230194e7a5603db2d55d84ad03 Mon Sep 17 00:00:00 2001 From: Jackwang Date: Mon, 18 Oct 2021 14:41:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=8F=AA=E8=83=BD=E9=80=89?= =?UTF-8?q?=E4=B8=AD=E6=9C=80=E5=90=8E=E4=B8=80=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/custom/tripreport-add-or-update.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)