review:【antd/ele】【bpm】流程模型的迁移

This commit is contained in:
YunaiV
2025-12-21 22:41:03 +08:00
parent bc654c9d45
commit 835da00f2c
39 changed files with 85 additions and 62 deletions

View File

@@ -32,7 +32,7 @@ const [Modal, modalApi] = useVbenModal({
try {
await formRef.value?.validate();
emit('confirm', { ...form.value });
modalApi.close();
await modalApi.close();
} catch {
// validate failed
}