保安监管系统-验收版本
zhengpz
2021-09-21 1a2b331cdc9fa3752765612c29c1b9f69657afe9
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);