外宿申请列表页
This commit is contained in:
@@ -1010,11 +1010,11 @@
|
||||
},
|
||||
submitForm(status) {
|
||||
const requiredFields = [
|
||||
'originalDormitory', 'studentName', 'gender', 'birthDate',
|
||||
'majorName', 'className', 'studentNo', 'idCard', 'studentPhone',
|
||||
'applyReason', 'address', 'outsideAddress', 'emergencyContact',
|
||||
'emergencyPhone', 'parentOpinion', 'parentPhone', 'parentAddress',
|
||||
'parentDetailAddress', 'promiseDate'
|
||||
'原宿舍号', '姓名', '性别', '出生日期',
|
||||
'专业', '班级', '学号', '身份证', '手机号码',
|
||||
'外宿原因', '外宿地址省市区', '详细门牌号', '紧急联系人',
|
||||
'紧急联系电话', '家长意见', '家长联系电话', '家长地址省市区',
|
||||
'家长地址详细', '签署日期'
|
||||
];
|
||||
|
||||
const emptyFields = requiredFields.filter(field => !this.form[field]);
|
||||
|
||||
Reference in New Issue
Block a user