From 400b591cd436cbf96fa1a7c87475741cfa5d9d0a Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Thu, 24 Oct 2024 19:05:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AFbug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/monthReport/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/report/monthReport/index.vue b/src/views/report/monthReport/index.vue index ee56586..bfa8f6b 100644 --- a/src/views/report/monthReport/index.vue +++ b/src/views/report/monthReport/index.vue @@ -356,9 +356,9 @@ }else if(titleBoss=='请假记录'){ this.queryRecord.attStatis=6; }else if(titleBoss=='轮休记录'){ - this.queryRecord.attStatus=5; + this.queryRecord.attStatis=5; }else if(titleBoss=='临时外出记录'){ - this.queryRecord.attStatus=7; + this.queryRecord.attStatis=7; } this.showRecord = true; this.getListRecord();