|
|
@ -287,7 +287,6 @@ export default { |
|
|
|
paymentVisible: false, // 付款明细表 -- 新增付款信息弹框 |
|
|
|
paymentInformation: { // 关联付款信息列表 |
|
|
|
index: '', |
|
|
|
liquidationPayment: '', // 平仓款名称 |
|
|
|
list: [] |
|
|
|
} |
|
|
|
} |
|
|
@ -317,7 +316,6 @@ export default { |
|
|
|
handleLookPayment(row, index) { |
|
|
|
this.paymentVisible = true |
|
|
|
this.paymentInformation.inde = index |
|
|
|
this.paymentInformation.liquidationPayment = this.formobj.createTime + row.paymentType + '平仓款' |
|
|
|
this.paymentInformation.list = JSON.parse(JSON.stringify(row.finPaymentapplyDetailsBelowList)) |
|
|
|
}, |
|
|
|
resetStateByInformation() { |
|
|
@ -333,7 +331,6 @@ export default { |
|
|
|
this.paymentVisible = false |
|
|
|
this.paymentInformation = { |
|
|
|
index: '', |
|
|
|
liquidationPayment: '', |
|
|
|
list: [] |
|
|
|
} |
|
|
|
}, |
|
|
|