|
|
@@ -2975,10 +2975,10 @@ export default {
|
|
|
this.noneBtnImg = _tmp.length >= 1;
|
|
|
},
|
|
|
addAnswer() {
|
|
|
- if (this.answerQ == "") {
|
|
|
- this.$message.error(this.lang.ssEnterQuesL);
|
|
|
- return;
|
|
|
- }
|
|
|
+ // if (this.answerQ == "") {
|
|
|
+ // this.$message.error(this.lang.ssEnterQuesL);
|
|
|
+ // return;
|
|
|
+ // }
|
|
|
let _data = { id: new Date().getTime(), tool: 15, title: this.lang.ssQAQuestion, brief: this.lang.ssQAQuestionTool, json: { answerQ: this.answerQ }, url: "" }
|
|
|
if (this.editId) {
|
|
|
let oldData = this.pptCourseJson.toolsList.find(i => i.id === this.editId);
|