提交代码

pull/1/head
胡锐 2 years ago
parent 907c9e1681
commit b488e40501
  1. 1
      src/app/admin/order-manage/order-refund-list/order-refund-list.component.ts

@ -62,6 +62,7 @@ export class OrderRefundListComponent implements OnInit {
goodsName: [null], goodsName: [null],
status: [null], status: [null],
createTime: [null], createTime: [null],
refundTime: [null],
}); });
this.commonsService.getDictionary("ORDER_CHILD_GOODS_TYPE", data => { this.commonsService.getDictionary("ORDER_CHILD_GOODS_TYPE", data => {

Loading…
Cancel
Save