测试问题修改3
This commit is contained in:
parent
0f52cc241a
commit
f31c5cabdf
|
|
@ -320,7 +320,14 @@
|
|||
},
|
||||
// 表单校验
|
||||
taskRules: {
|
||||
processDate: [
|
||||
startTime: [
|
||||
{
|
||||
required: true,
|
||||
message: '核验开始日期不能为空',
|
||||
trigger: 'blur',
|
||||
},
|
||||
],
|
||||
endTime: [
|
||||
{
|
||||
required: true,
|
||||
message: '核验截止日期不能为空',
|
||||
|
|
@ -621,7 +628,8 @@
|
|||
// 表单重置
|
||||
resetTask() {
|
||||
this.taskForm = {
|
||||
verificationDate:""
|
||||
startTime:"",
|
||||
endTime:""
|
||||
}
|
||||
this.resetForm('taskForm')
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue