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(); } });