田源
2023-07-21 a758bc277ff4d1f8ede96a03cbbc10b96176be82
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;