This commit is contained in:
qsh
2024-07-04 18:58:18 +08:00
parent 87a2fe09de
commit e1ff8213bf
9 changed files with 113 additions and 70 deletions

View File

@@ -445,7 +445,7 @@ async function getClassTypeOptions() {
function getOptions() {
if (appStore.getAppInfo?.instanceType == 1) {
// 驾校
getPlaceList().then((data) => {
getPlaceList({ placeStatus: 0, schoolStatus: 0, isSearchSchool: true }).then((data) => {
schoolOptions.value = data.schoolList
allPlaceOptions.value = data.placeList
})