From 63d93f64e7643624a4d078c0ac3ec3d465897b11 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期五, 29 十二月 2023 13:05:23 +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