| | |
| | | timeout: 30000, |
| | | data: params, |
| | | responseType: 'blob',//关键 |
| | | headers: {'Content-Type': 'application/vnd.ms-excel',}//类型修改为excel |
| | | headers: { 'Content-Type': 'application/vnd.ms-excel' }// 类型修改为excel |
| | | } |
| | | return request(false, query) |
| | | } |
| | |
| | | url: url, |
| | | method: 'get', |
| | | withCredentials: true, |
| | | timeout: 30000, |
| | | data: params, |
| | | timeout: 300000, |
| | | params: params, |
| | | responseType: 'blob',//关键 |
| | | headers: {'Content-Type': 'application/vnd.ms-excel',}//类型修改为excel |
| | | headers: { 'Content-Type': 'application/vnd.ms-excel' }// 类型修改为excel |
| | | } |
| | | return request(false, query) |
| | | } |