From 0a7974c986452e929e6125c0adc719567e6b28ca Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期五, 21 七月 2023 17:32:15 +0800
Subject: [PATCH] 主题库ts

---
 Source/UBCS-WEB/src/components/Master/MasterTree.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Source/UBCS-WEB/src/components/Master/MasterTree.vue b/Source/UBCS-WEB/src/components/Master/MasterTree.vue
index 7a44f87..4fe2405 100644
--- a/Source/UBCS-WEB/src/components/Master/MasterTree.vue
+++ b/Source/UBCS-WEB/src/components/Master/MasterTree.vue
@@ -78,7 +78,7 @@
     getTreeLists(){
       const fullPath = this.$route.fullPath
       const queryString = fullPath.split('?')[1];
-      getTreeList({'conditionMap[id]': queryString}).then(res=>{
+      getTreeList({'conditionMap[id]': 'wupin'}).then(res=>{
         this.Treedata=res.data
         this.ModifyProperties(this.Treedata, 'text', 'label');
         this.codeClassifyOid=res.data[0].oid;

--
Gitblit v1.9.3