yxk-20260421-通用发起流程组件修改

This commit is contained in:
ye1023
2026-04-21 19:49:09 +08:00
parent 36e90184f0
commit a73e0a6822
2 changed files with 16 additions and 16 deletions
@@ -225,7 +225,7 @@
function handleProcess(record) {
flowScheduleModalRef.value?.open({
title: 'Start Flow',
title: '发起流程',
payload: { record },
});
}
@@ -256,7 +256,7 @@
};
await startProcessSchedules(params);
createMessage.success('流程发起成功');
// createMessage.success('流程发起成功');
handleSuccess();
}