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
@@ -295,6 +295,8 @@ export default {
this.processInfoForm.getFieldsValue(),
this.approvalInfoForm.getFieldsValue()
]
// 保存清空校验
this.approvalInfoForm.validateFields(['commitText'], { force: true }, () => {})
}
// 收集人员信息
const getPersonInfo = this.getPersonInfo(isValidate)