zhangherong
21 小时以前 26591535b14ee090a651f177cd6f42f548927fd4
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 = []