Commit 2c8245ed by pangchong

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

parent 3b2a8777
...@@ -154,7 +154,7 @@ defineOptions({ ...@@ -154,7 +154,7 @@ defineOptions({
name: 'AnswerQuestion' name: 'AnswerQuestion'
}) })
//初始化 //初始化
const query = defineProps(['templateId']) const query = defineProps(['templateId', 'belongId'])
onLoad(() => { onLoad(() => {
getSurveyTemplateDetail(query.templateId) 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