maxiaoxiao 5 месяцев назад
Родитель
Сommit
20ca63251f
1 измененных файлов с 1 добавлено и 1 удалено
  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);
   },