Commit 00f5e50d by pangchong

fix: 处理协议单位提交失败的问题

parent 59481380
......@@ -154,7 +154,7 @@ defineOptions({
name: 'AnswerQuestion'
})
//初始化
const query = defineProps(['templateId'])
const query = defineProps(['templateId', 'belongId'])
onLoad(() => {
getSurveyTemplateDetail(query.templateId)
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment