From a213e2b5405d099ac85baef696d76b66a86c2b96 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Thu, 27 Mar 2025 09:25:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=BB=98=E6=AC=BE=E7=94=B3?= =?UTF-8?q?=E8=AF=B7--=E5=85=B3=E8=81=94=E4=BB=98=E6=AC=BE=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/anruifinmanagement/fukuanshenqing/paymentInfo.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/fukuanshenqing/paymentInfo.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/fukuanshenqing/paymentInfo.vue index 5691872283..bbae978b37 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/fukuanshenqing/paymentInfo.vue +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/fukuanshenqing/paymentInfo.vue @@ -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: [] } },