update 备注保存清除验证

This commit is contained in:
danshihao
2023-12-21 10:24:02 +08:00
parent ca332579e1
commit ec31e51b97
6 changed files with 12 additions and 0 deletions
@@ -381,6 +381,8 @@ export default {
this.approvalInfoForm.getFieldsValue(),
this.baseInfoForm.getFieldsValue()
]
// 保存清空校验
this.approvalInfoForm.validateFields(['commitText'], { force: true }, () => {})
}
// 收集人员信息
const getPersonInfo = this.getPersonInfo(isValidate)