diff --git a/src/views/registrationGroup/index.vue b/src/views/registrationGroup/index.vue index c239ac5..0be7f15 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 {