From a3094611deac91e0ec35bcfe3f3fdd3bdf993466 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 26 四月 2024 16:18:40 +0800
Subject: [PATCH] 考勤统计模块 增加月份对应的星期的数据处理+对应考勤统计的样式调整
---
src/views/employeeSalary/attendanceManage/components/ImportDialog.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/employeeSalary/attendanceManage/components/ImportDialog.vue b/src/views/employeeSalary/attendanceManage/components/ImportDialog.vue
index d32962b..c55c455 100644
--- a/src/views/employeeSalary/attendanceManage/components/ImportDialog.vue
+++ b/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");
--
Gitblit v1.8.0