Browse Source

默认海棠区

maxiaoxiao 5 tháng trước cách đây
mục cha
commit
20ca63251f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
   },