From 206ffaa9b9e477f4f247becc548b0dd135c5499f Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Wed, 9 Mar 2022 16:12:37 +0800 Subject: [PATCH] edit --- .../invoiced-list/invoiced-list.component.html | 2 +- .../invoiced-list/invoiced-list.component.ts | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/src/app/routes/ticket-management/components/invoiced-list/invoiced-list.component.html b/src/app/routes/ticket-management/components/invoiced-list/invoiced-list.component.html index a0b80dae..a917295f 100644 --- a/src/app/routes/ticket-management/components/invoiced-list/invoiced-list.component.html +++ b/src/app/routes/ticket-management/components/invoiced-list/invoiced-list.component.html @@ -13,7 +13,7 @@
-
value } @@ -167,7 +165,7 @@ export class InvoicedListComponent implements OnInit { visibleIf: { expand: (value: boolean) => value }, - asyncData: () => this.service.getNetworkFreightForwarder() + asyncData: () => this.service.getNetworkFreightForwarder({}, true) }, default: '' }