This commit is contained in:
Taric Xin
2022-04-14 16:37:39 +08:00
parent bf21ac030b
commit 461532214c

View File

@ -33,6 +33,7 @@ export class ETCInvoicedRequestedComponent implements OnInit {
...this.sf.value ...this.sf.value
}); });
} }
this.selectedRows = [];
return requestOptions; return requestOptions;
}; };
@ -192,7 +193,7 @@ export class ETCInvoicedRequestedComponent implements OnInit {
visibleIf: { visibleIf: {
expand: (value: boolean) => value expand: (value: boolean) => value
} }
}, }
}, },
ltdId: { ltdId: {
type: 'string', type: 'string',