diff --git a/src/views/report/monthReport/index.vue b/src/views/report/monthReport/index.vue index 67399d5..ee56586 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.dialogQueryForm.attStatus=5; + this.queryRecord.attStatus=5; }else if(titleBoss=='临时外出记录'){ - this.dialogQueryForm.attStatus=7; + this.queryRecord.attStatus=7; } this.showRecord = true; this.getListRecord(); diff --git a/src/views/report/monthlyError/index.vue b/src/views/report/monthlyError/index.vue index eaf87ee..bdfcd32 100644 --- a/src/views/report/monthlyError/index.vue +++ b/src/views/report/monthlyError/index.vue @@ -366,8 +366,7 @@ //打开月异常详情页面 openRecord(row,titleBoss){ - this.id = row.id; - + this.id = row.id; this.title = titleBoss; this.queryRecord.userId = row.userId; this.queryRecord.orgId = row.orgId;