mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 18:28:43 +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
	 YunaiV
					YunaiV