ZZJ
2021-11-03 b4d2703e653bf702d705b18c20d9edb9066c7c8a
src/components/treeMenu/jsTree/tree.vue
@@ -262,6 +262,7 @@
                  }
                }
                var dataItem = self.initializeDataItem(data[i]);
                debugger
                self.$set(oriParent, i, dataItem);
              }
            } else {
@@ -334,6 +335,7 @@
    this.initializeData(this.data);
  },
  mounted() {
    debugger
    if (this.async) {
      this.$set(this.data, 0, this.initializeLoading());
      this.handleAsyncLoad(this.data, this);