前端bug修改
This commit is contained in:
parent
8f5588d865
commit
400b591cd4
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue