Commit f5850d76 authored by 黄奎's avatar 黄奎

页面修改

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