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