Commit f5850d76 authored by 黄奎's avatar 黄奎

页面修改

parent 129edfb1
......@@ -361,7 +361,7 @@
<br />
<div class="col-12">
<div style="margin:20px 0;">答案解析</div>
<UeEditor v-model="ChooseItem.AnswerParse" :config="config" ref="AnswerParse"></UeEditor>
<UeEditor v-model="ChooseItem.AnswerParse" :config="config" ref="UE_AnswerParse"></UeEditor>
</div>
<br />
<div class="col-12 commonDalei" style="margin-top:20px;">
......@@ -794,8 +794,11 @@
this.ComCheckIndex = index2;
this.ChooseItem = questionItem;
this.ChooseItem.QuestionContentObj = questionItem.QuestionContentObj;
this.$refs.UE_Title.reloadNewValue();
this.$refs.AnswerParse.reloadNewValue();
if (questionItem.QuestionTypeKey != 'sharing-choose') {
this.$refs.UE_Title.reloadNewValue();
}
this.$refs.UE_AnswerParse.reloadNewValue();
this.ChooseItem.AnswerParse = questionItem.AnswerParse;
this.$forceUpdate();
},
//保存题目
......
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