bug提交
This commit is contained in:
parent
d66670bb43
commit
8f5588d865
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue