From 7d06524f865d2a478de4167c775e0d4fefa364ba Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Tue, 2 Aug 2022 18:08:12 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E3=80=91=E6=92=A4=E5=9B=9E?= =?UTF-8?q?=E5=90=8E=E5=8D=95=E4=BD=8D=E5=85=A8=E7=A7=B0=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../standardsAssociation/model/ChargeCertificateEditModel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/standardsAssociation/model/ChargeCertificateEditModel.vue b/src/views/standardsAssociation/model/ChargeCertificateEditModel.vue index 7f483fb..5de76ac 100644 --- a/src/views/standardsAssociation/model/ChargeCertificateEditModel.vue +++ b/src/views/standardsAssociation/model/ChargeCertificateEditModel.vue @@ -624,7 +624,7 @@ export default { // 对发票的显示 进行操作 this.invoiceRequirementsChange(res.result.invoiceRequirements) this.$nextTick(() => { - this.form.setFieldsValue(pick(this.memberInfoPayment, 'submissionTime', 'paymentAmount', 'certificateType', 'headerName', 'invoiceRequirements', 'paymentMethod', 'taxNumber', 'invoiceAddress', 'invoicePhone', 'depositBank', 'bankAccount', 'paymentRecord', 'id', 'address', 'postcode', 'mobile', 'liaisonMan', 'companyName', 'effectDate', 'invalidDate', 'reasonsRenewal', 'code')) + this.form.setFieldsValue(pick(this.memberInfoPayment, 'submissionTime', 'paymentAmount', 'certificateType', 'headerName', 'invoiceRequirements', 'paymentMethod', 'taxNumber', 'invoiceAddress', 'invoicePhone', 'depositBank', 'bankAccount', 'paymentRecord', 'id', 'address', 'postcode', 'mobile', 'liaisonMan', 'effectDate', 'invalidDate', 'reasonsRenewal', 'code')) }) } else { console.log(res.message)