|
@@ -196,7 +196,7 @@ export default {
|
|
|
store.setCockpitDate(sessionStorage.getItem("cockpitDate").split(","));
|
|
|
},
|
|
|
mounted() {
|
|
|
- this.xzqh = store.state.cockpit_region.id;
|
|
|
+ this.xzqh = "460202"; //store.state.cockpit_region.id;
|
|
|
this.regionChange();
|
|
|
this.bus.$on("handleView", this.handleView);
|
|
|
},
|