前端bug修改

This commit is contained in:
zzyuan 2024-10-24 19:05:49 +08:00
parent 8f5588d865
commit 400b591cd4
1 changed files with 2 additions and 2 deletions

View File

@ -356,9 +356,9 @@
}else if(titleBoss=='请假记录'){ }else if(titleBoss=='请假记录'){
this.queryRecord.attStatis=6; this.queryRecord.attStatis=6;
}else if(titleBoss=='轮休记录'){ }else if(titleBoss=='轮休记录'){
this.queryRecord.attStatus=5; this.queryRecord.attStatis=5;
}else if(titleBoss=='临时外出记录'){ }else if(titleBoss=='临时外出记录'){
this.queryRecord.attStatus=7; this.queryRecord.attStatis=7;
} }
this.showRecord = true; this.showRecord = true;
this.getListRecord(); this.getListRecord();