xiatian %!s(int64=3) %!d(string=hai) anos
pai
achega
61737d2b93
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/modules/questions/views/EditPaper.vue

+ 2 - 1
src/modules/questions/views/EditPaper.vue

@@ -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("无选项将删除该试题, 是否继续?", "提示", {