From c8d20ba53d48a2d9b1e7641ec2e17be661250319 Mon Sep 17 00:00:00 2001 From: hurui <177768073@qq.com> Date: Thu, 2 Feb 2023 10:30:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../order-refund-list/order-refund-list.component.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/admin/order-manage/order-refund-list/order-refund-list.component.ts b/src/app/admin/order-manage/order-refund-list/order-refund-list.component.ts index 6a65e38..bd051ef 100644 --- a/src/app/admin/order-manage/order-refund-list/order-refund-list.component.ts +++ b/src/app/admin/order-manage/order-refund-list/order-refund-list.component.ts @@ -33,7 +33,9 @@ export class OrderRefundListComponent implements OnInit { orderDetailModal = false; orderDetailModalLoading = false; - orderDetailObject: any = { }; + orderDetailObject: any = { + tradeOrder: { } + }; orderChildGoodsTypeArray = [] ; orderRefundStatusArray = [] ;