From 461532214caa22f1f9badd4e99b84b09ab992463 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Thu, 14 Apr 2022 16:37:39 +0800 Subject: [PATCH] edit --- .../etc-invoiced-requested/etc-invoiced-requested.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/routes/ticket-management/components/etc-invoiced-requested/etc-invoiced-requested.component.ts b/src/app/routes/ticket-management/components/etc-invoiced-requested/etc-invoiced-requested.component.ts index cd9b1335..c87eb6e7 100644 --- a/src/app/routes/ticket-management/components/etc-invoiced-requested/etc-invoiced-requested.component.ts +++ b/src/app/routes/ticket-management/components/etc-invoiced-requested/etc-invoiced-requested.component.ts @@ -33,6 +33,7 @@ export class ETCInvoicedRequestedComponent implements OnInit { ...this.sf.value }); } + this.selectedRows = []; return requestOptions; }; @@ -192,7 +193,7 @@ export class ETCInvoicedRequestedComponent implements OnInit { visibleIf: { expand: (value: boolean) => value } - }, + } }, ltdId: { type: 'string',