fix: 修复已发流程列表删除多个问题
This commit is contained in:
@@ -65,7 +65,7 @@ export function updateDeployment(data) {
|
||||
// 删除流程定义
|
||||
export function delDeployment(id) {
|
||||
return request({
|
||||
url: '/flowable/instance/delete/?instanceId=' + id,
|
||||
url: '/flowable/instance/delete/' + id,
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user