From c34f771c22b4650c858b7d468ab00541a693bb4f Mon Sep 17 00:00:00 2001 From: 小小儁爺 <1694218219@qq.com> Date: 星期三, 05 三月 2025 10:51:53 +0800 Subject: [PATCH] 1.生产工单中 新增批量修改功能 --- src/views/attendanceModule/attendanceMonth.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/attendanceModule/attendanceMonth.vue b/src/views/attendanceModule/attendanceMonth.vue index b86eba5..0e3933d 100644 --- a/src/views/attendanceModule/attendanceMonth.vue +++ b/src/views/attendanceModule/attendanceMonth.vue @@ -392,6 +392,8 @@ activated() { window.addEventListener('resize', this.getHeight) this.getHeight() + this.getMonthlyWageReportSearch() + this.getPrentOrganizationNoCompany() }, created() { this.getMonthlyWageReportSearch() -- Gitblit v1.9.3