保安监管系统-验收版本
zhengpz
2021-09-17 272e2e6fb71488f65f46c559daabfea22942c344
src/views/securityUnitOperation/operationAnalysis.vue
@@ -10,7 +10,7 @@
              class="select1"
              default-expand-all
              v-model="value1"
              placeholder="请选择内容"
              placeholder="请选择辖区"
              type="tree"
              :dic="options1"
              :props="props"
@@ -465,7 +465,7 @@
      lazyTrees().then(res => {
        if (res.data.code === 200) {
          this.options1 = res.data.data;
          this.value1 = this.options1[0] ? this.options1[0].id : "";
          // this.value1 = this.options1[0] ? this.options1[0].id : "";
          this.node = this.options1[0];
          this.getCompanys();
        } else {
@@ -478,7 +478,7 @@
      getCompanys({ jurisdiction: this.value1 }).then(res => {
        if (res.data.code === 200) {
          this.options2 = res.data.data;
          this.value2 = this.options2[0] ? this.options2[0].departmentid : "";
          // this.value2 = this.options2[0] ? this.options2[0].departmentid : "";
          this.enterpriseName = this.options2[0]
            ? this.options2[0].enterpriseName
            : "";