| | |
| | | |
| | | export const getinformationstatistics = (deptid, jurisdiction) => { //保安员考试情况统计 只需要公司的deptid |
| | | return request({ |
| | | url: '/api/examScore/score-statistics', |
| | | url: '/api/examScore/score-stat', |
| | | // url: 'http://192.168.0.109:81/information/selectExtype', |
| | | method: 'get', |
| | | params: { |
| | |
| | | jurisdiction: jurisdiction, |
| | | } |
| | | }) |
| | | } |
| | | } |
| | | |
| | | export const getinformationstatisticsXX = (current, size, params) => { //保安员考试情况统计 详细信息 只需要公司的deptid |
| | | return request({ |
| | | url: '/api/examScore/score-page', |
| | | // url: 'http://192.168.0.109:81/information/selectExtype', |
| | | method: 'get', |
| | | params: { |
| | | ...params, |
| | | current, |
| | | size, |
| | | } |
| | | }) |
| | | } |