'修改bug'

This commit is contained in:
Fanzink
2022-03-10 21:15:33 +08:00
parent 95afd175a3
commit 7afe3c3ec7
25 changed files with 419 additions and 156 deletions

View File

@@ -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
})
}