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