src/views/employeeSalary/attendanceManage/components/ImportDialog.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/employeeSalary/attendanceManage/components/ImportDialog.vue
@@ -91,7 +91,7 @@ this.$refs.mychild.remove(0); }, downHttpClick(){ getTemplate({category:13}).then(res=>{ getTemplate({category:16}).then(res=>{ if (res.code === 200) { const fileUrl = res.data[0].fileUrl; const downloadLink = document.createElement("a");