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();