From b03ed166ed36db1cb9c6fc90c85fb2cd5169c2b0 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Mon, 28 Feb 2022 20:59:10 +0800 Subject: [PATCH] edit --- .../freight/freight-config/freight-config.component.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/routes/usercenter/components/freight/freight-config/freight-config.component.ts b/src/app/routes/usercenter/components/freight/freight-config/freight-config.component.ts index bc94a1e2..62f6e819 100644 --- a/src/app/routes/usercenter/components/freight/freight-config/freight-config.component.ts +++ b/src/app/routes/usercenter/components/freight/freight-config/freight-config.component.ts @@ -158,6 +158,8 @@ export class FreightConfigComponent implements OnInit { modal.destroy(); } else { this.service.msgSrv.error(`企业${res?.join(',')}修改失败`); + modal.destroy(); + this.st.load(); } }); return false;