管道基础大数据平台系统开发-【前端】-新系統界面
1
13693261870
2023-05-29 210690fa771e37a0ad975210677ad0fc2d812a5e
src/views/Tools/LayerTree.vue
@@ -631,7 +631,7 @@
    // 切换项目
    prjChanged (code) {
      this.$store.state.pigCode = code;
      if (code) {
      //if (code) {
        this.isBusy = true;
        let checkedLayers = this.getCheckedLayersByCode(code);
@@ -643,7 +643,7 @@
        this.$refs.tree.setCheckedKeys(checkedKeys);
        sessionStorage.setItem("checkedLayers", JSON.stringify(checkedLayers));
        this.isBusy = false;
      }
      //}
      for (let i = 0, c = this.treeData.length; i < c; i++) {
        this.handleCheckChange(this.treeData[i], true);