mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 19:06:45 +08:00
1. 数据存在
This commit is contained in:
@@ -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)
|
||||
})
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user