src/views/mdc/common/BaseTree.vue
@@ -115,7 +115,7 @@ } , methods: { ...mapActions(['QueryProduction']), ...mapActions(['QueryFactory']), getCurrSelectedTitle() { return !this.currSelected.title ? '' : this.currSelected.title }, @@ -149,7 +149,7 @@ queryTreeData() { this.loading = true this.cardLoading = true this.QueryProduction().then(res => { this.QueryFactory().then(res => { if (res.success) { this.dataList = [] this.allTreeKeys = []