edit
This commit is contained in:
@ -37,7 +37,7 @@ export class ETCInvoicedListComponent implements OnInit {
|
||||
const modal = this.nzModalService.create({
|
||||
nzTitle: '运单交易明细',
|
||||
nzContent: TransactionDetailsComponent,
|
||||
nzWidth: 900,
|
||||
nzWidth: 950,
|
||||
nzComponentParams: { data: item },
|
||||
nzOnOk: com => {
|
||||
console.log(com.selectedData);
|
||||
|
||||
Reference in New Issue
Block a user