This commit is contained in:
wangshiming
2022-02-22 15:53:27 +08:00
parent b46ad16d1b
commit e599d1404e
7 changed files with 51 additions and 42 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2021-12-14 14:03:07
* @LastEditors : Shiming
* @LastEditTime : 2022-01-24 17:04:28
* @LastEditTime : 2022-02-22 15:44:05
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\bulk\\update-freight\\update-freight.component.ts
* Copyright (C) 2022 huzhenhong. All rights reserved.
*/
@ -213,6 +213,6 @@ export class UpdateFreightComponent implements OnInit {
}
close(): void {
this.modal.destroy();
this.modal.destroy(false);
}
}