diff --git a/src/views/registrationGroup/index.vue b/src/views/registrationGroup/index.vue index 3ab0fb7..a04e5d9 100644 --- a/src/views/registrationGroup/index.vue +++ b/src/views/registrationGroup/index.vue @@ -244,6 +244,9 @@ const options = ref([]) 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 + } options.value = res.result.map((item) => { return { value: item.id,