Explorar o código

Merge remote-tracking branch 'origin/productization2' into productization2

LAPTOP-UBJMM5MG\user hai 2 meses
pai
achega
4874d57de6
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      pages/index/components/enterpriseSide.vue

+ 2 - 1
pages/index/components/enterpriseSide.vue

@@ -212,7 +212,7 @@ export default {
     this.getNotice()
     this.getNotice()
     this.getActiveList()
     this.getActiveList()
     this.getParkList()
     this.getParkList()
-    this.getInfoByGroupId()
+    // this.getInfoByGroupId()
     // this.getHouseKeeper()
     // this.getHouseKeeper()
   },
   },
   methods: {
   methods: {
@@ -239,6 +239,7 @@ export default {
           this.selectGroup = res[0]
           this.selectGroup = res[0]
           wx.setStorageSync("selectGroup", JSON.stringify(res[0]));
           wx.setStorageSync("selectGroup", JSON.stringify(res[0]));
         }
         }
+        this.getInfoByGroupId()
       })
       })
     },
     },
     getInfoByGroupId() {
     getInfoByGroupId() {