移动端V1.0
This commit is contained in:
28
api/flowRecord/flowRecord.js
Normal file
28
api/flowRecord/flowRecord.js
Normal file
@@ -0,0 +1,28 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
// //审批流程
|
||||
// export function flowRecord(query) {
|
||||
// return request({
|
||||
// 'url': '/routine/disciplinaryApplication/flowRecord',
|
||||
// 'method': 'get',
|
||||
// data:query
|
||||
// })
|
||||
// }
|
||||
|
||||
// 审核进度
|
||||
export function flowRecord(query) {
|
||||
return request({
|
||||
'url': '/flowable/task/flowRecord',
|
||||
'method': 'get',
|
||||
'data': query
|
||||
})
|
||||
}
|
||||
|
||||
//审批流程
|
||||
// export function getFlowRecord(query) {
|
||||
// return request({
|
||||
// 'url': '/routine/disciplinaryApplication/flowRecord',
|
||||
// 'method': 'get',
|
||||
// data:query
|
||||
// })
|
||||
// }
|
Reference in New Issue
Block a user