feat: [BPM 工作流] - 流程修改,发布等操作

This commit is contained in:
jason
2025-06-08 23:41:20 +08:00
parent d3be31eded
commit 6abefe9c1e
4 changed files with 151 additions and 7 deletions

View File

@@ -339,8 +339,7 @@ const handleDeploy = async () => {
// 发布
await deployModel(formData.value.id);
message.success('发布成功');
// TODO 返回列表页
await router.push({ name: 'BpmModel' });
await router.push({ path: '/bpm/manager/model' });
} catch (error: any) {
console.error('发布失败:', error);
message.warning(error.message || '发布失败');