个人中心接口
This commit is contained in:
parent
b7b0a14b86
commit
19e8f11f1d
|
@ -7,6 +7,13 @@ export function getMyProcessInstancePage(params) {
|
||||||
params,
|
params,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
export function getTabilityapplication(params) {
|
||||||
|
return request({
|
||||||
|
url: '/processForm/tabilityapplication/my_page',
|
||||||
|
method: 'get',
|
||||||
|
params,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
// 查询申购车列表
|
// 查询申购车列表
|
||||||
export function getSgcList(params) {
|
export function getSgcList(params) {
|
||||||
|
|
Loading…
Reference in New Issue