From 3f24fbc89959ec4aa9f3308e1af453e43d504ac5 Mon Sep 17 00:00:00 2001
From: charles <981744753@qq.com>
Date: 星期三, 10 七月 2024 20:04:16 +0800
Subject: [PATCH] feat:完成车间管理部分的重构
---
src/views/employeeSalary/attendanceStatistics/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/employeeSalary/attendanceStatistics/index.vue b/src/views/employeeSalary/attendanceStatistics/index.vue
index 38c223d..d3aa38f 100644
--- a/src/views/employeeSalary/attendanceStatistics/index.vue
+++ b/src/views/employeeSalary/attendanceStatistics/index.vue
@@ -50,7 +50,7 @@
import pageMixin from "@/components/makepager/pager/mixin/pageMixin"
import AttendanceStatisticsDetails from "@/views/employeeSalary/attendanceStatistics/components/AttendanceStatisticsDetails"
import NewDate from "@/api/date";
-const { getCurrentMonth } = NewDate;
+const { getPreviousMonth } = NewDate;
export default {
name: "attendanceStatistics",
props: {
@@ -69,7 +69,7 @@
},
},
object:{
- date:getCurrentMonth()
+ date:getPreviousMonth()
},
editRow:{
--
Gitblit v1.8.0