保安监管系统-验收版本
zhengpz
2021-12-02 17b882f8b654ec29731d8bc64e947143be80677f
src/views/securityUnitOperation/operationAnalysis.vue
@@ -457,6 +457,7 @@
      });
    },
    toOperationTable() {
      debugger
      this.$router.push({
        path:
          "/securityUnitOperation/operationTable?jurisdiction=" +
@@ -489,9 +490,9 @@
        if (res.data.code === 200) {
          this.options2 = res.data.data;
          // this.value2 = this.options2[0] ? this.options2[0].departmentid : "";
          this.enterpriseName = this.options2[0]
            ? this.options2[0].enterpriseName
            : "";
          // this.enterpriseName = this.options2[0]
          //   ? this.options2[0].enterpriseName
          //   : "";
          this.changeCompanys();
        }
      });