1. 数据存在

This commit is contained in:
gengxin
2025-03-11 18:09:45 +08:00
parent 029c66dcd7
commit 931f8b6c93

View File

@@ -46,7 +46,11 @@ export function downLoadZipManage(str, filename,fun) {
return;
}
resolveBlob(res, mimeMap.xlsx,filename)
if(fun) fun(res.headers.ecode)
if(fun) {
console.log("有数据 执行 fun",fun)
fun(res.headers.ecode)
}
fun(res.headers.ecode)
})
}
/**