Browse Source

Merge branch 'v1.1_smartImport' into dev

feature
mk 2 years ago
parent
commit
0e1695338f
  1. 2
      src/views/modules/base/smartImport/cpts/createdTask.vue

2
src/views/modules/base/smartImport/cpts/createdTask.vue

@ -408,7 +408,7 @@ export default {
const aLink = document.createElement("a");
aLink.style.display = "none";
aLink.href = url;
aLink.setAttribute("download", "全部模板");
aLink.setAttribute("download", "全部模板.zip");
document.body.appendChild(aLink);
aLink.click();
document.body.removeChild(aLink);

Loading…
Cancel
Save