喻忠伟 6 months ago
commit cfcffa21ab
  1. 2
      src/views/registrationGroup/index.vue

@ -245,7 +245,7 @@ const getTopicListApi = async () => {
const res: any = await getTopicList({ annualCompid: route.query.id }) const res: any = await getTopicList({ annualCompid: route.query.id })
console.log(res) console.log(res)
if(!(res.result.length == 0)){ if(!(res.result.length == 0)){
ruleForm.topicId = res.result[0].id ruleForm.topicid = res.result[0].id
} }
options.value = res.result.map((item) => { options.value = res.result.map((item) => {
return { return {

Loading…
Cancel
Save