LAPTOP-FO2T5SIU\35838 8 mēneši atpakaļ
vecāks
revīzija
487035293d
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      pages/index/components/enterpriseSide.vue

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

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