zb021141 1 hónapja
szülő
commit
ccaadb56b2
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/views/deviceCfg/chargingPiles.vue

+ 1 - 1
src/views/deviceCfg/chargingPiles.vue

@@ -211,7 +211,7 @@ export default {
       return inputDate > currentDate && inputDate <= threeMonthsLater
     },
     selectGroup(group) {
-      this.searchForm.admin_id = group.shop_id
+      this.searchForm.shop_id = group.shop_id
     },
     queryChargerStation() {
       apiQueryChargerGroupList({ limit: 998 }).then(res => {