fix: [bpm] web-ele 审批等按钮点击没反应问题修复
parent
1b5a06f3a2
commit
705aa2fa7b
|
|
@ -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 永远不会被赋值,跳过等待
|
||||
|
|
|
|||
Loading…
Reference in New Issue