From 8e4503f8fb7bb67022b758997f75251ddb831c58 Mon Sep 17 00:00:00 2001 From: Ly <503441659@qq.com> Date: Tue, 1 Apr 2025 14:36:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/registrationGroup/index.vue | 34 +++++++++++++-------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/views/registrationGroup/index.vue b/src/views/registrationGroup/index.vue index 747ff6a..fff3e0b 100644 --- a/src/views/registrationGroup/index.vue +++ b/src/views/registrationGroup/index.vue @@ -194,23 +194,23 @@ if (route.query.edit) { getNdbswxqList(route.query.bcId as string).then((res: any) => { if (res.result) ndbs.value = res.result }) -const getTopicListApi = async () => { - const res: any = await getTopicList({ annualCompid: route.query.id }) - console.log(res) - - nextTick(() => { - if (res.result.length != 0) { - ruleForm.topicid = res.result[0].id - } - }) - options.value = res.result.map((item) => { - return { - value: item.id, - label: item.name, - } - }) -} -getTopicListApi() +// const getTopicListApi = async () => { +// const res: any = await getTopicList({ annualCompid: route.query.id }) +// console.log(res) + +// nextTick(() => { +// if (res.result.length != 0) { +// ruleForm.topicid = res.result[0].id +// } +// }) +// options.value = res.result.map((item) => { +// return { +// value: item.id, +// label: item.name, +// } +// }) +// } +// getTopicListApi() } // members:学生 adviser:老师