This commit is contained in:
wangshiming
2022-04-11 21:37:34 +08:00
parent abf23dfc56
commit 8cfe09751e

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-03-14 14:17:38
* @LastEditors : Shiming
* @LastEditTime : 2022-04-11 21:18:50
* @LastEditTime : 2022-04-11 21:33:13
* @FilePath : \\tms-obc-web\\src\\app\\routes\\ticket-management\\components\\etc-invoiced-list\\transaction-details\\transaction-details.component.ts
* Copyright (C) 2022 huzhenhong. All rights reserved.
*/
@ -73,7 +73,7 @@ export class TransactionDetailsComponent implements OnInit {
get reqParams() {
const a: any = {};
if (this.data?.id) {
a.id = this.data?.wayBillId;
a.wayBillId = this.data?.wayBillId;
}
const params: any = Object.assign({}, this.sf?.value || {});
delete params._$expand;