From 119ead459f17a1a1c2fd5e0f4d08febc681d6d86 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期一, 30 三月 2026 16:17:58 +0800
Subject: [PATCH] 绩效管理:人员能力功能模块

---
 src/views/performance/attendance/components/staffClockInRecord.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/performance/attendance/components/staffClockInRecord.vue b/src/views/performance/attendance/components/staffClockInRecord.vue
index c1860c2..7bdefbd 100644
--- a/src/views/performance/attendance/components/staffClockInRecord.vue
+++ b/src/views/performance/attendance/components/staffClockInRecord.vue
@@ -297,7 +297,7 @@
       changeEnableReport(data).then(res=>{
         if(res.code===200){
           this.$message.success("鎿嶄綔鎴愬姛")
-          this.refreshTable()
+          this.$emit("changeEnable")
         }
       })
     },

--
Gitblit v1.9.3