Commit a233459f by Lays-lzq

修复字段名称错误问题

parent 2c51c2ab
......@@ -107,7 +107,7 @@ export default {
this.submitAnswer({
id: this.$route.params.id,
config: JSON.stringify(this.formData),
source: this.$route.query.type,
type: this.$route.query.type,
sourceId: this.$route.query.sourceId,
})
})
......
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 sign in to comment