natasha 2 년 전
부모
커밋
80c956231c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
             }