Tang 3 年之前
父节点
当前提交
cdfade3f2f
共有 1 个文件被更改,包括 7 次插入0 次删除
  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) => {