Tang 3 năm trước cách đây
mục cha
commit
cdfade3f2f
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      src/views/education/classManageMent/studentMenu/index.vue

+ 7 - 0
src/views/education/classManageMent/studentMenu/index.vue

@@ -886,6 +886,13 @@ export default {
           );
           return;
         }
+        var ast1 = itemsq.every((items) => {
+          return items.periodStatus !== -1 && items.periodStatus !== 0;
+        });
+        if (!ast1) {
+          this.$message.warning("只允许选择未通过或不可审核的学员");
+          return;
+        }
         this.$api.obtainGoods(this.$route.query.goodsId).then((res) => {
           this.obtainGoods = res.data;
           this.$api.inquireGradegradeList(this.formDataClass).then((res) => {