mirror of
https://gitee.com/cai_xiao_feng/lowflow-design.git
synced 2025-12-07 16:48:22 +08:00
修复二次校验失败
This commit is contained in:
parent
9f9e3c356a
commit
d24d29a0fd
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user