Tang 3 년 전
부모
커밋
ac64209350
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/education/classManageMent/studentMenu/index.vue

+ 1 - 1
src/views/education/classManageMent/studentMenu/index.vue

@@ -887,7 +887,7 @@ export default {
           return;
         }
         var ast1 = itemsq.every((items) => {
-          return items.periodStatus !== -1 && items.periodStatus !== 0;
+          return items.periodStatus === -1 || items.periodStatus === 0;
         });
         if (!ast1) {
           this.$message.warning("只允许选择未通过或不可审核的学员");