From 2e30a103fde6da02c06f4c46f8e325a5c30ccd8b Mon Sep 17 00:00:00 2001 From: qsh <> Date: Mon, 1 Jul 2024 18:01:21 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Clue/Pool/Comp/DialogClue.vue | 2 +- src/views/Clue/Pool/Comp/DrawerClue.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Clue/Pool/Comp/DialogClue.vue b/src/views/Clue/Pool/Comp/DialogClue.vue index 69fca4e..35afdf6 100644 --- a/src/views/Clue/Pool/Comp/DialogClue.vue +++ b/src/views/Clue/Pool/Comp/DialogClue.vue @@ -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']) diff --git a/src/views/Clue/Pool/Comp/DrawerClue.vue b/src/views/Clue/Pool/Comp/DrawerClue.vue index 4eff57c..cd75d81 100644 --- a/src/views/Clue/Pool/Comp/DrawerClue.vue +++ b/src/views/Clue/Pool/Comp/DrawerClue.vue @@ -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({