Commit a09ccf38 authored by 施翔轲's avatar 施翔轲

优化客户管理批量导入模板下载链接没有释放的问题

parent 1b86a53f
...@@ -145,6 +145,7 @@ ...@@ -145,6 +145,7 @@
a.setAttribute("download", "批量导入模版.xlsx"); a.setAttribute("download", "批量导入模版.xlsx");
document.body.appendChild(a); document.body.appendChild(a);
a.click(); a.click();
a.remove();
}, },
// 批量导入 // 批量导入
importConfirmClick() { importConfirmClick() {
......
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