From 8fc1138d2f2115121fd15b679ca1a20fc2ba838a Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 02 四月 2026 13:37:40 +0800
Subject: [PATCH] 绩效管理:工时汇总对接MES数据&人员考勤调整
---
src/views/performance/class/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/performance/class/index.vue b/src/views/performance/class/index.vue
index f6c52f0..0210486 100644
--- a/src/views/performance/class/index.vue
+++ b/src/views/performance/class/index.vue
@@ -324,6 +324,7 @@
editAnnotationText,
delAnnotationText
} from "@/api/performance/class";
+import {getWorkMonth} from "@/utils/date";
export default {
name: 'Class',
data() {
@@ -332,8 +333,7 @@
userName: "",
laboratory: "",
year: new Date(),
- month: new Date().getMonth() + 1,
- // month:''
+ month: getWorkMonth().month()+1,
},
monthOptions: [
{
--
Gitblit v1.9.3