Commit 332c6437 authored by guoyou's avatar guoyou

会员订单管理导出兼容ie

parent 64ae9a02
...@@ -574,7 +574,7 @@ export default { ...@@ -574,7 +574,7 @@ export default {
document.body.removeChild(elink) document.body.removeChild(elink)
} else { } else {
// IE10+下载 // IE10+下载
navigator.msSaveBlob(blob, fileName) window.navigator.msSaveBlob(blob, fileName)
} }
}) })
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment