From d6fb98752c6cbba2e3a465ffc0383bcbe97d173b Mon Sep 17 00:00:00 2001 From: wangshiming Date: Mon, 28 Mar 2022 20:40:18 +0800 Subject: [PATCH] fix bug --- .../routes/waybill-management/components/bulk/bulk.component.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/routes/waybill-management/components/bulk/bulk.component.ts b/src/app/routes/waybill-management/components/bulk/bulk.component.ts index 51176b02..3cf71479 100644 --- a/src/app/routes/waybill-management/components/bulk/bulk.component.ts +++ b/src/app/routes/waybill-management/components/bulk/bulk.component.ts @@ -372,6 +372,8 @@ export class WaybillManagementBulkComponent implements OnInit { console.log(e); if (e >= 1) { this.resourceStatus = e + 1; + } else { + this.resourceStatus = 0 } this.initST(); setTimeout(() => {