'修改bug'
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: gtz
|
||||
* @Date: 2021-03-07 18:39:03
|
||||
* @LastEditors: fzq
|
||||
* @LastEditTime: 2022-03-06 19:27:01
|
||||
* @LastEditTime: 2022-03-08 15:31:13
|
||||
* @Description: file content
|
||||
*/
|
||||
import request from '@/utils/request'
|
||||
@@ -28,7 +28,8 @@ export function download(data) {
|
||||
url: '/api/report/report-storage-box/excel-download',
|
||||
method: 'post',
|
||||
data,
|
||||
'responseType': 'arraybuffer'
|
||||
responseType: 'blob',
|
||||
timeout: 60000
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user