This commit is contained in:
wangshiming
2022-03-31 17:36:50 +08:00
parent 765f2fa723
commit 599fe261f2
3 changed files with 12 additions and 6 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2021-12-15 13:17:42
* @LastEditors : Shiming
* @LastEditTime : 2022-03-31 14:21:48
* @LastEditTime : 2022-03-31 17:36:46
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\vehicle\\confir-receipt\\confir-receipt.component.ts
* Copyright (C) 2022 huzhenhong. All rights reserved.
*/
@ -74,7 +74,7 @@ export class VehicleConfirReceiptComponent implements OnInit {
console.log(res);
if (res) {
this.service.msgSrv.success('确认签收成功!');
this.modal.destroy();
this.modal.destroy(true);
}
});
}