fix bug
This commit is contained in:
@ -52,7 +52,8 @@ export class DatatableDriverComponent implements OnInit {
|
||||
}
|
||||
let params: any = {
|
||||
time: this.time,
|
||||
type: this.type
|
||||
type: this.type,
|
||||
...this.sf?.value
|
||||
};
|
||||
|
||||
delete params._$expand;
|
||||
|
||||
Reference in New Issue
Block a user