From 82e18ec922efbc258060dc2e54874cb6a77477ea Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期三, 27 十二月 2023 15:00:12 +0800 Subject: [PATCH] 整合代码 --- Source/UBCS-WEB/src/views/integration/integrationIndex.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/views/integration/integrationIndex.vue b/Source/UBCS-WEB/src/views/integration/integrationIndex.vue index b461465..72b09d6 100644 --- a/Source/UBCS-WEB/src/views/integration/integrationIndex.vue +++ b/Source/UBCS-WEB/src/views/integration/integrationIndex.vue @@ -268,7 +268,7 @@ // 鎺ュ彛鑾峰彇闆嗗洟鍒嗙被鏍� async referTree(oid, checked) { this.groupTreeData = [] - const response = await referTree({'conditionMap[codeclsfid]': oid, parentOid: null}) + const response = await referTree({'conditionMap[codeclsfid]': oid, parentOid: '0'}) if (response.status === 200) { if (checked) { let items = response.data.map(item => { -- Gitblit v1.9.3