fix: [bpm] web-ele 审批等按钮点击没反应问题修复

pull/354/head
jason 2026-06-05 10:07:09 +08:00
parent 1b5a06f3a2
commit 705aa2fa7b
1 changed files with 1 additions and 2 deletions

View File

@ -278,9 +278,8 @@ async function openPopover(type: string) {
}
}
Object.keys(popOverVisible.value).forEach((item) => {
if (popOverVisible.value[item]) popOverVisible.value[item] = item === type;
popOverVisible.value[item] = item === type;
});
popOverVisible.value[type] = true;
if (type === 'approve') {
// form-create fApi
// approveFormFApi