mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-10 01:12:44 +08:00
fix: 修复bpm相关bug
This commit is contained in:
parent
a0b90bd93d
commit
2511f32c86
@ -76,4 +76,3 @@ export const deployModel = async (id: number) => {
|
|||||||
export const cleanModel = async (id: number) => {
|
export const cleanModel = async (id: number) => {
|
||||||
return await request.delete({ url: '/bpm/model/clean?id=' + id })
|
return await request.delete({ url: '/bpm/model/clean?id=' + id })
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -337,7 +337,10 @@ const handleDeploy = async () => {
|
|||||||
message.success('发布成功')
|
message.success('发布成功')
|
||||||
// 返回列表页
|
// 返回列表页
|
||||||
await router.push({ name: 'BpmModel' })
|
await router.push({ name: 'BpmModel' })
|
||||||
} catch (error: any) {}
|
} catch (error: any) {
|
||||||
|
console.error('发布失败:', error)
|
||||||
|
message.warning(error.message || '发布失败')
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** 步骤切换处理 */
|
/** 步骤切换处理 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user