From 11b5068e911b734a99cb3af6df9ae5a6f29e0e6a Mon Sep 17 00:00:00 2001 From: YunaiV Date: Thu, 25 Dec 2025 00:58:16 +0800 Subject: [PATCH] =?UTF-8?q?review=EF=BC=9A=E3=80=90antd=E3=80=91=E3=80=90b?= =?UTF-8?q?pm=E3=80=91=E8=AF=84=E5=AE=A1=E6=B5=81=E7=A8=8B=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/bpm/processInstance/create/modules/form.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web-antd/src/views/bpm/processInstance/create/modules/form.vue b/apps/web-antd/src/views/bpm/processInstance/create/modules/form.vue index 315027d7a..d924aed7e 100644 --- a/apps/web-antd/src/views/bpm/processInstance/create/modules/form.vue +++ b/apps/web-antd/src/views/bpm/processInstance/create/modules/form.vue @@ -169,6 +169,7 @@ async function initProcessInfo(row: any, formVariables?: any) { path: row.formCustomCreatePath, }); // 返回选择流程 + // TODO @jason:这里为啥要有个 cancel 事件哈?目前看 vue3 + element-plus 貌似不需要呀; emit('cancel'); } }