fix bug
This commit is contained in:
@ -20,7 +20,7 @@ export class DatatableMancustomtableComponent implements OnInit {
|
||||
mode = 'year';
|
||||
date: any = null;
|
||||
defineDate = [];
|
||||
resourceStatus: number = 0;
|
||||
resourceStatus: number = 1;
|
||||
time: any = ['2022-01-01 00:00:00'];
|
||||
dateFormat = 'yyyy';
|
||||
today = new Date();
|
||||
@ -106,6 +106,7 @@ export class DatatableMancustomtableComponent implements OnInit {
|
||||
let params: any = {
|
||||
time: this.time,
|
||||
type: this.type,
|
||||
parType: this.resourceStatus,
|
||||
...this.sf?.value
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user