src/views/securityUnitOperation/economicAnalysis.vue
@@ -247,7 +247,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.changeCompanys(); } });