From 988d9ccbeb899dc7771285e10e7d8a2cb707c973 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期五, 21 七月 2023 21:35:57 +0800
Subject: [PATCH] 代码部署
---
Source/UBCS-WEB/src/components/Master/MasterTree.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Source/UBCS-WEB/src/components/Master/MasterTree.vue b/Source/UBCS-WEB/src/components/Master/MasterTree.vue
index 91a11fe..4fe2405 100644
--- a/Source/UBCS-WEB/src/components/Master/MasterTree.vue
+++ b/Source/UBCS-WEB/src/components/Master/MasterTree.vue
@@ -70,13 +70,14 @@
},
created() {
this.getTreeLists()
-
},
computed:{
},
methods:{
//鑾峰彇鏁版嵁
getTreeLists(){
+ const fullPath = this.$route.fullPath
+ const queryString = fullPath.split('?')[1];
getTreeList({'conditionMap[id]': 'wupin'}).then(res=>{
this.Treedata=res.data
this.ModifyProperties(this.Treedata, 'text', 'label');
--
Gitblit v1.10.0