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