feat: [antd][bpm] 发起流程问题修复, todo 修改

This commit is contained in:
jason
2025-11-02 09:29:46 +08:00
parent 40f615d3c5
commit 1f767c5090
2 changed files with 27 additions and 19 deletions

View File

@@ -268,9 +268,6 @@ async function openPopover(type: string) {
Object.keys(popOverVisible.value).forEach((item) => {
if (popOverVisible.value[item]) popOverVisible.value[item] = item === type;
});
// TODO @jason下面这 2 行,要删除么?
// await nextTick()
// formRef.value.resetFields()
}
/** 关闭气泡卡 */