src/views/Tools/LayerTree.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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);