| | |
| | | export const getParkTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/employment/getParkTable.do',params) |
| | | } |
| | | |
| | | //6.查询就业情况统计表数据接口 |
| | | 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) |
| | | } |