测试问题修改3

This commit is contained in:
zzyuan 2025-12-17 15:49:48 +08:00
parent 0f52cc241a
commit f31c5cabdf
1 changed files with 10 additions and 2 deletions

View File

@ -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')
},