Commit c89212a2 by 周业恒

fix id

parent 298595d5
Pipeline #20529 passed with stages
in 1 minute 3 seconds
......@@ -173,9 +173,8 @@
//alert(media_export_name)
const uri = 'data:text/csv;charset=utf-8,\ufeff' + encodeURIComponent(media_export_name);
// 通过创建a标签实现
const link = document.createElement("a");
const link = document.createElement("export-media-id");
link.href = uri;
// 对下载的文件命名
link.download = "中公云媒资ID.csv";
link.click();
......
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