This commit is contained in:
zcx
2023-09-16 22:45:02 +08:00
parent 85a36e7fd9
commit 8bc6ec10c4
3 changed files with 37 additions and 5 deletions

View File

@@ -332,7 +332,7 @@ export default {
});
},
getPlaces(schoolId) {
getAllPlaces({ schoolId: schoolId, status: '0' }).then((resp) => {
getAllPlaces({ schoolId: schoolId, status: '0' , showInMap : true}).then((resp) => {
this.placeOptions = resp.data;
});
},