fix bug
This commit is contained in:
@ -111,6 +111,7 @@ export class DatatableMancustomtableComponent implements OnInit {
|
||||
};
|
||||
|
||||
delete params._$expand;
|
||||
delete params.sort;
|
||||
return { ...params };
|
||||
}
|
||||
constructor(public service: DataService, private datePipe: DatePipe) {}
|
||||
|
||||
Reference in New Issue
Block a user