mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-23 23:45:08 +08:00
将 Model exportBpmnXml 去除,替换成 getModel 接口
This commit is contained in:
@ -8,11 +8,10 @@ export function page(query) {
|
||||
})
|
||||
}
|
||||
|
||||
export function exportBpmnXml(query) {
|
||||
export function getModel(id) {
|
||||
return request({
|
||||
url: '/bpm/model/exportBpmnXml',
|
||||
method: 'get',
|
||||
params: query
|
||||
url: '/bpm/model/get?id=' + id,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user