Commit 47a2c7b1 by wusiyi

fix: bug

parent 679ae3c3
...@@ -102,8 +102,8 @@ const rules = computed<FormRules>(() => { ...@@ -102,8 +102,8 @@ const rules = computed<FormRules>(() => {
], ],
} }
if (form.qualifyProblemType && form.qualifyProblemType === 5) { if (form.qualifyProblemType && form.qualifyProblemType === 5) {
result.qualifyProblemType = [ result.qualityIssues = [
{ required: true, message: '请输入不通过原因', trigger: 'blur' }, { required: true, message: '请输入不通过原因', trigger: 'change' },
] ]
} }
return result 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