From a2bce22a3a4df5f4662c373e57c07fa4268aeee1 Mon Sep 17 00:00:00 2001 From: 小小儁爺 <1694218219@qq.com> Date: 星期五, 13 六月 2025 09:02:52 +0800 Subject: [PATCH] 1.修改工单打印模板 --- src/views/attendanceModule/attendanceDay.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/views/attendanceModule/attendanceDay.vue b/src/views/attendanceModule/attendanceDay.vue index 9196fb2..474c3a7 100644 --- a/src/views/attendanceModule/attendanceDay.vue +++ b/src/views/attendanceModule/attendanceDay.vue @@ -457,6 +457,9 @@ activated() { window.addEventListener('resize', this.getHeight) this.getHeight() + this.getDailyWageReportSearch() + this.getPrentOrganizationNoCompany() + this.getPersonPermissions() }, created() { this.getDailyWageReportSearch() -- Gitblit v1.9.3