From a1f2fb4c230c1189e85c1c3be3e79be87145630f Mon Sep 17 00:00:00 2001 From: wangshiming Date: Mon, 11 Apr 2022 13:48:59 +0800 Subject: [PATCH] fix bug --- .../etc-invoiced-requested/etc-invoiced-requested.component.ts | 2 +- 1 file changed, 1 insertion(+), 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 3325a4c2..118b0992 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 @@ -57,9 +57,9 @@ export class ETCInvoicedRequestedComponent implements OnInit { .subscribe(res => { if (res) { this.service.msgSrv.success('申请开票成功'); - modal.destroy(); this.st.load(1); } + modal.destroy(); }); return false;