This commit is contained in:
Lingzi
2022-03-31 19:21:24 +08:00
parent d34c9f21a8
commit 0fc8b927a1
25 changed files with 319 additions and 357 deletions

View File

@ -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;