diff --git a/front/src/api/personalCenter.js b/front/src/api/personalCenter.js index 67079961..602e06ed 100644 --- a/front/src/api/personalCenter.js +++ b/front/src/api/personalCenter.js @@ -7,6 +7,13 @@ export function getMyProcessInstancePage(params) { params, }) } +export function getTabilityapplication(params) { + return request({ + url: '/processForm/tabilityapplication/my_page', + method: 'get', + params, + }) +} // 查询申购车列表 export function getSgcList(params) {