Quellcode durchsuchen

默认海棠区

maxiaoxiao vor 5 Monaten
Ursprung
Commit
20ca63251f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/LandConsolidation/index.vue

+ 1 - 1
src/views/LandConsolidation/index.vue

@@ -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);
   },