|
@@ -629,7 +629,6 @@
|
|
|
:editor="editor"
|
|
|
v-model="examRemark"
|
|
|
:config="editorConfig"
|
|
|
- @ready="onEditorReady"
|
|
|
></ckeditor>
|
|
|
</div>
|
|
|
</el-form-item>
|
|
@@ -788,9 +787,6 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
methods: {
|
|
|
- onEditorReady() {
|
|
|
- alert("ready");
|
|
|
- },
|
|
|
//隐藏大题下的所有小题
|
|
|
hideContent(index) {
|
|
|
this.showQuestions[index].is_show = false;
|
|
@@ -1619,6 +1615,7 @@ export default {
|
|
|
var obj = Object.assign({}, this.multipleRightAnswer); //浅拷贝;
|
|
|
return obj.sort().toString();
|
|
|
}
|
|
|
+ return null;
|
|
|
}
|
|
|
},
|
|
|
watch: {},
|