zhengpz
2021-09-14 da586ee32ff258b55c47e4e811670680892aaf6d
去debugger
1 files modified
1 ■■■■ changed files
src/views/securityUnitOperation/operationAnalysis.vue 1 ●●●● patch | view | raw | blame | history
src/views/securityUnitOperation/operationAnalysis.vue
@@ -282,7 +282,6 @@
    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.enterpriseName = this.options2[0]