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