bug修改

This commit is contained in:
qsh
2024-07-01 18:01:21 +08:00
parent ac83a22ca6
commit 2e30a103fd
2 changed files with 2 additions and 2 deletions

View File

@@ -262,7 +262,7 @@ function resetForm() {
const placeList = ref([])
async function getSchoolPlace() {
const data = await getPlaceList()
placeList.value = data.placeList
placeList.value = data.placeList.filter((it) => it.status == 0 && it.schoolStatus == 0)
}
const emit = defineEmits(['success'])

View File

@@ -268,7 +268,7 @@ function followSuccess() {
const placeList = ref([])
async function getSchoolPlace() {
const data = await getPlaceList()
placeList.value = data.placeList
placeList.value = data.placeList.filter((it) => it.status == 0 && it.schoolStatus == 0)
}
const defaultLatLng = ref({