| | |
| | | |
| | | export function getUserList(params) { |
| | | return resquest({ |
| | | url: '/approveConfig/getUserList', |
| | | url: '/performanceShift/getUserList', |
| | | method: 'get', |
| | | params: params |
| | | }) |
| | |
| | | }) |
| | | } |
| | | |
| | | export function downReport(params) { |
| | | return resquest({ |
| | | url: '/insReport/downReport', |
| | | method: 'get', |
| | | params: params |
| | | }) |
| | | } |
| | | |
| | | export function upReportUrl(data) { |
| | | return resquest({ |
| | | url: '/insReport/upReportUrl', |
| | |
| | | return resquest({ |
| | | url: '/insReport/examineReport', |
| | | method: 'post', |
| | | data: data |
| | | params: data |
| | | }) |
| | | } |
| | | |
| | |
| | | return resquest({ |
| | | url: '/insReport/ratifyReport', |
| | | method: 'post', |
| | | data: data |
| | | params: data |
| | | }) |
| | | } |
| | | |
| | |
| | | method: 'get', |
| | | params: params |
| | | }) |
| | | } |
| | | } |
| | | |
| | | |
| | | export function downReport(params) { |
| | | return resquest({ |
| | | url: '/insReport/downReport', |
| | | method: 'get', |
| | | params: params, |
| | | responseType: 'blob' |
| | | }) |
| | | } |