From 7f3bd68b67a4f8ae0565b19433299c5e6336f951 Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期四, 19 五月 2022 14:46:07 +0800 Subject: [PATCH] 其他业务 --- src/api/jiuyeAndChuangye.js | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/src/api/jiuyeAndChuangye.js b/src/api/jiuyeAndChuangye.js index fae3047..4b69040 100644 --- a/src/api/jiuyeAndChuangye.js +++ b/src/api/jiuyeAndChuangye.js @@ -24,3 +24,18 @@ export const getEmployTable = (params) => { return postRequest('/ybg/webservice/app/employment/getEmployTable.do', params) } + +//7.姣曚笟鐢熺粺璁¤〃鏍兼暟鎹帴鍙� +export const getGraduateTable = (params) => { + return postRequest('/ybg/webservice/app/employment/getGraduateTable.do', params) +} + +// 8.鏌ヨ鑱屼笟鍩硅缁熻琛ㄦ牸鏁版嵁鎺ュ彛 +export const getTrainTable = (params) => { + return postRequest('/ybg/webservice/app/employment/getTrainTable.do', params) +} + +//9.鏌ヨ鑱屼笟鍩硅缁熻鍥捐〃鏁版嵁鎺ュ彛 +export const getTrainChart = (params) => { + return postRequest('/ybg/webservice/app/employment/getTrainChart.do', params) +} -- Gitblit v1.9.1