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');