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 }