Source/UBCS-WEB/src/components/Master/MasterTree.vue
@@ -70,14 +70,15 @@ }, created() { this.getTreeLists() }, computed:{ }, methods:{ //获取数据 getTreeLists(){ getTreeList({'conditionMap[id]': 'wupin'}).then(res=>{ const fullPath = this.$route.fullPath const queryString = fullPath.split('?')[1]; getTreeList({'conditionMap[id]': queryString}).then(res=>{ this.Treedata=res.data this.ModifyProperties(this.Treedata, 'text', 'label'); this.codeClassifyOid=res.data[0].oid;