zengh
2021-10-25 fdddc038f16d3c1eefde8a97445021e7ab0aebbd
src/views/securityUnitOperation/operationAnalysis.vue
@@ -282,9 +282,8 @@
    getCompanys() {
      getCompanys({ jurisdiction: this.value1 }).then(res => {
        if (res.data.code === 200) {
          debugger
          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
            : "";