Merge branch 'master' of http://114.55.171.231:3000/lxd/ECG
This commit is contained in:
commit
df662580d5
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