返修审核Api
This commit is contained in:
parent
1b873209f3
commit
1e42207fca
14
src/api/ECG/processManage/index.ts
Normal file
14
src/api/ECG/processManage/index.ts
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
import request from '@/config/axios'
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 李传洋
|
||||||
|
* ProcessManageApi
|
||||||
|
*/
|
||||||
|
export const ProcessManageApi = {
|
||||||
|
getPage: async (params: any) => {
|
||||||
|
return await request.get({ url: `/system/process/page`, params })
|
||||||
|
},
|
||||||
|
get: async (id: any) => {
|
||||||
|
return await request.get({ url: `/system/process/get?id=` + id })
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user