mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-17 12:35:07 +08:00
优化流程 Model 的部署代码
This commit is contained in:
@ -38,10 +38,9 @@ export function deleteModel(id) {
|
||||
})
|
||||
}
|
||||
|
||||
export function deployModel(data) {
|
||||
export function deployModel(id) {
|
||||
return request({
|
||||
url: '/bpm/model/deploy?modelId='+ data.modelId,
|
||||
method: 'POST',
|
||||
data: data
|
||||
url: '/bpm/model/deploy?id=' + id,
|
||||
method: 'POST'
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user