|
@@ -37,10 +37,10 @@ export class WorkerStatisticsDetailComponent implements OnInit {
|
37
|
37
|
this.groupId = this.route.snapshot.params.groupId;
|
38
|
38
|
this.getOrdersByPerson(this.hosId, this.currentPersonId);
|
39
|
39
|
}
|
40
|
|
- resetPageSize(hosId, currentPersonId){
|
41
|
|
- this.pageIndex = 1;
|
42
|
|
- this.getOrdersByPerson(hosId, currentPersonId);
|
43
|
|
- }
|
|
40
|
+ // resetPageSize(hosId, currentPersonId){
|
|
41
|
+ // this.pageIndex = 1;
|
|
42
|
+ // this.getOrdersByPerson(hosId, currentPersonId);
|
|
43
|
+ // }
|
44
|
44
|
// 是否剖执行时长五分钟以内工单
|
45
|
45
|
changeIsFiveOrder(e: boolean) {
|
46
|
46
|
this.isFiveOrder = e;
|