修复二次校验失败

This commit is contained in:
caixiaofeng 2023-10-20 14:17:48 +08:00
parent 9f9e3c356a
commit d24d29a0fd

View File

@ -15,6 +15,10 @@ const errorInfo = ref({
message: ''
})
const validate = (): ErrorInfo | undefined => {
errorInfo.value = {
showError: false,
message: ''
}
if ($props.node.assigneeType === 'user') {
if ($props.node.users.length === 0) {
errorInfo.value = {