review:【antd】【bpm】评审流程详情界面

This commit is contained in:
YunaiV
2025-12-25 00:58:16 +08:00
parent cb8a633f1f
commit 11b5068e91

View File

@@ -169,6 +169,7 @@ async function initProcessInfo(row: any, formVariables?: any) {
path: row.formCustomCreatePath,
});
// 返回选择流程
// TODO @jason这里为啥要有个 cancel 事件哈?目前看 vue3 + element-plus 貌似不需要呀;
emit('cancel');
}
}