mirror of
https://gitee.com/cai_xiao_feng/lowflow-design.git
synced 2025-12-08 09:08:24 +08:00
修复二次校验失败
This commit is contained in:
parent
9f9e3c356a
commit
d24d29a0fd
@ -15,6 +15,10 @@ const errorInfo = ref({
|
|||||||
message: ''
|
message: ''
|
||||||
})
|
})
|
||||||
const validate = (): ErrorInfo | undefined => {
|
const validate = (): ErrorInfo | undefined => {
|
||||||
|
errorInfo.value = {
|
||||||
|
showError: false,
|
||||||
|
message: ''
|
||||||
|
}
|
||||||
if ($props.node.assigneeType === 'user') {
|
if ($props.node.assigneeType === 'user') {
|
||||||
if ($props.node.users.length === 0) {
|
if ($props.node.users.length === 0) {
|
||||||
errorInfo.value = {
|
errorInfo.value = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user