From 7b2d382fa123600cef002288ef61589c1ef14fff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AE=B6=E4=B8=9C?= <1654135867@qq.com> Date: Wed, 27 Nov 2024 22:40:31 +0800 Subject: [PATCH] BUGxiugai --- src/views/registrationGroup/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/registrationGroup/index.vue b/src/views/registrationGroup/index.vue index a04e5d9..949c5b8 100644 --- a/src/views/registrationGroup/index.vue +++ b/src/views/registrationGroup/index.vue @@ -245,7 +245,7 @@ const getTopicListApi = async () => { const res: any = await getTopicList({ annualCompid: route.query.id }) console.log(res) if(!(res.result.length == 0)){ - ruleForm.topicId = res.result[0].id + ruleForm.topicid = res.result[0].id } options.value = res.result.map((item) => { return {