修改 监督退役页面
This commit is contained in:
@@ -64,3 +64,9 @@ export const deployModel = async (id: number) => {
|
||||
export const readXml = async (id: number) => {
|
||||
return await createAxios({ url: 'process-boot/flowable/definition/readXml?deployId=' + id, method: 'GET' })
|
||||
}
|
||||
export const assFormWithDeploy = async (data: any) => {
|
||||
return createAxios({ url: '/process-boot/flowable/definition/assFormWithDeploy', method: 'GET', params: data })
|
||||
}
|
||||
export const deleteDeploy = async (data: any) => {
|
||||
return createAxios({ url: 'process-boot/flowable/definition/delete', method: 'POST', data })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user