From cc225859ddf9f0a01e5df8b69d0d7e9bd05ace57 Mon Sep 17 00:00:00 2001 From: zhy <17877871893@163.com> Date: Wed, 15 Oct 2025 23:27:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E5=B9=B4=E5=BF=85=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stuCQS/good-class/stu.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/stuCQS/good-class/stu.vue b/src/views/stuCQS/good-class/stu.vue index 2414286..f8af3ef 100644 --- a/src/views/stuCQS/good-class/stu.vue +++ b/src/views/stuCQS/good-class/stu.vue @@ -443,6 +443,11 @@ export default { }, async doApply() { let sdata = { ...this.applyForm } + if (isEmpty(sdata.stuYearId)) { + this.$message.info('请选择学年') + return + } + if (isEmpty(sdata.classCount)) { this.$message.info('请输入班级人数') return