Commit 63402880 authored by 黄奎's avatar 黄奎

页面修改

parent 5e272aaa
...@@ -280,7 +280,8 @@ ...@@ -280,7 +280,8 @@
qId = this.$route.query.QuestionId; qId = this.$route.query.QuestionId;
} }
queryQuestionInfo({ queryQuestionInfo({
QuestionId: qId QuestionId: qId,
isReplaceClozeTitle:1
}).then(res => { }).then(res => {
this.objOption.QuestionId = res.Data.QuestionId; this.objOption.QuestionId = res.Data.QuestionId;
this.objOption.Title = res.Data.Title; this.objOption.Title = res.Data.Title;
......
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