From ea57c9f90d4d5a7698257c7cdf7d681fc91f432b Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期三, 25 二月 2026 15:34:48 +0800
Subject: [PATCH] 成品抽样:分页问题修复

---
 src/views/performance/manHour/workTimeManagement.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/performance/manHour/workTimeManagement.vue b/src/views/performance/manHour/workTimeManagement.vue
index f709c4f..0bc2dab 100644
--- a/src/views/performance/manHour/workTimeManagement.vue
+++ b/src/views/performance/manHour/workTimeManagement.vue
@@ -681,6 +681,7 @@
           this.formData.approvedWorkingHour = "";
           this.formData.nonproductiveTime = "";
           this.formData.auxiliaryProject = "";
+          this.addVisible = false;
           this.refreshTable("page");
           // this.collectWorkingHours();
         });

--
Gitblit v1.9.3