diff --git a/src/views/Clue/Order/Comp/OrderList.vue b/src/views/Clue/Order/Comp/OrderList.vue index c9913c4..c69a74c 100644 --- a/src/views/Clue/Order/Comp/OrderList.vue +++ b/src/views/Clue/Order/Comp/OrderList.vue @@ -351,10 +351,12 @@ async function getClassTypeOptions() { async function getOptions() { // 驾校 - getPlaceList({ placeStatus: 0, schoolStatus: 0, isSearchSchool: true }).then((data) => { - schoolOptions.value = data.schoolList - allPlaceOptions.value = data.placeList - }) + getPlaceList({ placeStatus: 0, schoolStatus: 0, isSearchSchool: true, hasAll: true }).then( + (data) => { + schoolOptions.value = data.schoolList + allPlaceOptions.value = data.placeList + } + ) // userOptions.value = await getUserOption() allUserOptions.value = await getAllUserListWithHire() getCurdSchemas()