This commit is contained in:
wangshiming
2022-04-18 19:34:37 +08:00
parent 2ab5f8cb58
commit 539a832228

View File

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