mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
项目中心,编辑回显7
This commit is contained in:
@@ -36,6 +36,7 @@ export function downLoadZipManage(str, filename,fun) {
|
|||||||
responseType: 'blob',
|
responseType: 'blob',
|
||||||
headers: { 'Authorization': 'Bearer ' + getCookieForName("token") }
|
headers: { 'Authorization': 'Bearer ' + getCookieForName("token") }
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
console.log("downLoadZipManage res nginx ==> ",res)
|
||||||
resolveBlob(res, mimeMap.xlsx,filename)
|
resolveBlob(res, mimeMap.xlsx,filename)
|
||||||
if(fun) fun()
|
if(fun) fun()
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user