@ -738,6 +738,22 @@
})
return false;
}
if(this.dataForm.isVaccination === '1'){
if(this.dataForm.firstVacTime === ''){
this.$message({
type: 'warning',
message: '请选择第一次接种时间'
if(this.dataForm.firstVacSite === ''){
message: '请输入第一次接种地点'
await this.$refs['dataForm'].validate((valid) => {
if (!valid) {
@ -592,6 +592,7 @@ export default {
isVaccination: ''
};
this.pageNo = 1
this.getDataList()
},
// 上传文件之前的钩子
beforeUpload(file) {