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("只允许选择未通过或不可审核的学员");