base
王家东 6 months ago
parent b669f00d92
commit 7b2d382fa1
  1. 2
      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 {

Loading…
Cancel
Save