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() {