haoxuan
2024-04-29 caeb71b06d19a8ffd854c19e5e4b58f7180cdce8
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");