From c79ee476097c3926455ecd54ef8cb8db2247b450 Mon Sep 17 00:00:00 2001 From: qsh <> Date: Thu, 23 Oct 2025 16:51:31 +0800 Subject: [PATCH] sc --- src/views/Clue/Pool/ClueEnroll.vue | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/views/Clue/Pool/ClueEnroll.vue b/src/views/Clue/Pool/ClueEnroll.vue index 71f9188..94b4df5 100644 --- a/src/views/Clue/Pool/ClueEnroll.vue +++ b/src/views/Clue/Pool/ClueEnroll.vue @@ -135,6 +135,18 @@
{{ profitNum }}
+ + + + + + + { }) const classOptions = ref([]) +const allUserOptions = ref([]) async function getClassTypeOptions() { const data = await getClassTypeList({ placeId: form.value.signPlace, status: 0 }) @@ -531,6 +545,9 @@ function getOptions() { getExtraFeeSimpleList().then((data) => { extraPayOptions.value = data }) + getAllUserList().then((data) => { + allUserOptions.value = data + }) } function changeSchool() {