update 流程部署支持多选
This commit is contained in:
@ -93,7 +93,10 @@ export function deployProcessFile(data: any) {
|
||||
return request({
|
||||
url: '/workflow/processDefinition/deployByFile',
|
||||
method: 'post',
|
||||
data: data
|
||||
data: data,
|
||||
headers: {
|
||||
repeatSubmit: false
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@ -109,4 +112,3 @@ export const migrationDefinition = (currentProcessDefinitionId: string, fromProc
|
||||
method: 'put'
|
||||
});
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user