natasha 2 years ago
parent
commit
80c956231c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/Adult/inputModules/Neword.vue

+ 1 - 1
src/components/Adult/inputModules/Neword.vue

@@ -175,7 +175,7 @@ export default {
             type: "warning",
         })
         .then(() => {
-            if (this.curQue.option[0].length == 1) {
+            if (this.curQue.option[index].length == 1) {
                 this.$message.warning("至少剩余1个,不能全部删除");
                 return;
             }