From 8f5588d865cb8bf6d7d941c3c963836b9ad1fde6 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Thu, 24 Oct 2024 18:59:45 +0800 Subject: [PATCH] =?UTF-8?q?bug=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/monthReport/index.vue | 4 ++-- src/views/report/monthlyError/index.vue | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) 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;