src/views/securityUnitOperation/operationAnalysis.vue
@@ -427,6 +427,7 @@ }, //点击节点 handleNodeClick(data) { debugger this.value1 = data; this.getCompanys(); }, @@ -475,6 +476,7 @@ this.options1 = res.data.data; // this.value1 = this.options1[0] ? this.options1[0].id : ""; this.node = this.options1[0]; debugger this.getCompanys(); } else { this.$message.error(res.msg);