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