haoxuan
2024-04-28 a0cfea0db1a87b627fa60540422d06ae9e1a3c70
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");