zb021141 1 сар өмнө
parent
commit
ccaadb56b2

+ 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 => {