|
@@ -886,6 +886,13 @@ export default {
|
|
);
|
|
);
|
|
return;
|
|
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.$api.obtainGoods(this.$route.query.goodsId).then((res) => {
|
|
this.obtainGoods = res.data;
|
|
this.obtainGoods = res.data;
|
|
this.$api.inquireGradegradeList(this.formDataClass).then((res) => {
|
|
this.$api.inquireGradegradeList(this.formDataClass).then((res) => {
|