From 7372d11f786381331d8c17850c9ae09bfe743da3 Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Wed, 26 Feb 2025 16:10:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=88=E6=8A=A5=E8=A1=A8=EF=BC=8C=E6=9C=88?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E6=8A=A5=E8=A1=A8=E5=A2=9E=E5=8A=A0=E5=A4=96?= =?UTF-8?q?=E5=8B=A4=E5=A4=A9=E6=95=B0=E5=AD=97=E6=AE=B5?= 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 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/report/monthReport/index.vue b/src/views/report/monthReport/index.vue index 0b173db..833d1c1 100644 --- a/src/views/report/monthReport/index.vue +++ b/src/views/report/monthReport/index.vue @@ -157,7 +157,7 @@ 查询 - 重置 + @@ -466,7 +466,7 @@ export default { } else if (titleBoss == '出差天数') { this.queryRecord.attStatis = 10; }else if(titleBoss == '外勤记录'){ - this.queryRecord.attStatus = 26; + this.queryRecord.attStatis = 26; } this.showRecord = true; this.getListRecord(); diff --git a/src/views/report/monthlyError/index.vue b/src/views/report/monthlyError/index.vue index ef4903c..bf2fa84 100644 --- a/src/views/report/monthlyError/index.vue +++ b/src/views/report/monthlyError/index.vue @@ -471,7 +471,7 @@ export default { } else if (titleBoss == '请假记录') { this.queryRecord.attStatis = 6 }else if(titleBoss == '外勤记录'){ - this.queryRecord.attStatus = 26; + this.queryRecord.attStatis = 26; } this.showRecord = true this.getListRecord()