Commit 47a2c7b1 by wusiyi

fix: bug

parent 679ae3c3
......@@ -102,8 +102,8 @@ const rules = computed<FormRules>(() => {
],
}
if (form.qualifyProblemType && form.qualifyProblemType === 5) {
result.qualifyProblemType = [
{ required: true, message: '请输入不通过原因', trigger: 'blur' },
result.qualityIssues = [
{ required: true, message: '请输入不通过原因', trigger: 'change' },
]
}
return result
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment