From 7f31d5f63c13df9de149e1c0f8a4d5f7321e3d5d Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Fri, 19 Aug 2022 15:03:27 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91=E5=90=88=E5=B9=B6?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=9A=84=E6=97=B6=E5=80=99=20=E5=B0=86?= =?UTF-8?q?=E4=B8=BB=E5=B9=B2=E7=89=88=E6=9C=AC=E5=8F=B78c3d568e56cf33692b?= =?UTF-8?q?0801c6415c387df35dd230=20=E7=9A=84=E4=BB=A3=E7=A0=81=20?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PaymentInfo/modules/PaymentInfoModal.vue | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue b/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue index 7d3d292..fb6d9a1 100644 --- a/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue +++ b/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue @@ -169,7 +169,7 @@ -
+
@@ -1000,6 +1000,8 @@ export default { this.paymentType = this.model.paymentType this.paymentTime = this.model.paymentTime this.paymentRecord = this.model.paymentRecord + } else { + this.paymentMethodFlag = false } // 缴费单号 // this.billNumber = this.model.billNumber @@ -1317,6 +1319,7 @@ export default { if ((+value) === 2) { this.paymentMethodFlag = true + this.form.resetFields() } else { this.paymentMethodFlag = false }