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