项目中心,编辑回显7

This commit is contained in:
gengxin
2025-03-10 18:43:54 +08:00
parent 2f521b178e
commit fd747e03d5

View File

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