From 7d29a0d42e2148227f53b280029876c750e7fab5 Mon Sep 17 00:00:00 2001 From: Ly <503441659@qq.com> Date: Tue, 1 Apr 2025 14:11:45 +0800 Subject: [PATCH] Merge branch 'GST002_admin' of http://182.92.169.222:3000/dlsx/ContestPortal into GST002_admin --- src/views/registrationGroup/index.vue | 14 +++++++------- src/views/registrationPersonage/index.vue | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/registrationGroup/index.vue b/src/views/registrationGroup/index.vue index eee5b1b..54ddfa8 100644 --- a/src/views/registrationGroup/index.vue +++ b/src/views/registrationGroup/index.vue @@ -30,7 +30,7 @@
比赛年度
{{ ndbs.annualid }}年度
-
比赛名称
+
年度比赛名称
{{ ndbs.name }}
开始报名时间:
@@ -88,7 +88,7 @@ label-width="auto" class="demo-ruleForm" > - + @@ -97,7 +97,7 @@ - +
@@ -174,7 +174,6 @@ if (route.query.edit) { } const getOldRaceInfoEvent = async () => { const res: any = await getOldRaceInfo({ id: route.query.id}) - console.log(res,'res~~~'); // ruleForm.annualCompid = route.query.annualCompid ruleForm.teamName = res.result.teamName ruleForm.topicid = res.result.topicObj ? res.result.topicObj.id : '' @@ -211,7 +210,7 @@ const getTopicListApi = async () => { } }) } -getTopicListApi() +// getTopicListApi() } // members:学生 adviser:老师 @@ -238,7 +237,6 @@ const loading = ref(false) const submit = () => { if (!ruleForm.teamName) return ElMessage.warning('请输入队伍名称') - if (!ruleForm.topicid) return ElMessage.warning('请选择题目') ruleForm.instructorSheetList = [...teaRef.value.submit()] ruleForm.teamManagementList = [...stuRef.value.submit()] loading.value = true @@ -248,6 +246,8 @@ const submit = () => { ruleForm.enrollCode = route.query.enrollCode ruleForm.id = route.query.annualCompid } + + ruleForm.substa = "1" getSignUpApi(ruleForm) .then((res: any) => { ElMessage({ diff --git a/src/views/registrationPersonage/index.vue b/src/views/registrationPersonage/index.vue index 91a89e9..af1d19e 100644 --- a/src/views/registrationPersonage/index.vue +++ b/src/views/registrationPersonage/index.vue @@ -32,7 +32,7 @@
比赛年度
{{ ndbs.annualid }}年度
-
比赛名称
+
年度比赛名称
{{ ndbs.name }}
开始报名时间:
@@ -76,7 +76,7 @@
- +