学年必选
This commit is contained in:
@@ -443,6 +443,11 @@ export default {
|
|||||||
},
|
},
|
||||||
async doApply() {
|
async doApply() {
|
||||||
let sdata = { ...this.applyForm }
|
let sdata = { ...this.applyForm }
|
||||||
|
if (isEmpty(sdata.stuYearId)) {
|
||||||
|
this.$message.info('请选择学年')
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
if (isEmpty(sdata.classCount)) {
|
if (isEmpty(sdata.classCount)) {
|
||||||
this.$message.info('请输入班级人数')
|
this.$message.info('请输入班级人数')
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user