|
@@ -2134,7 +2134,8 @@ export default {
|
|
|
score: this.quesModel.score,
|
|
|
};
|
|
|
if (
|
|
|
- this.quesModel.quesOptions &&
|
|
|
+ (this.quesModel.questionType == "SINGLE_ANSWER_QUESTION" ||
|
|
|
+ this.quesModel.questionType == "MULTIPLE_ANSWER_QUESTION") &&
|
|
|
this.quesModel.quesOptions.length == 0
|
|
|
) {
|
|
|
this.$confirm("无选项将删除该试题, 是否继续?", "提示", {
|