From 6d4434f5c988bb9582c21d8ec114550e7b5a8f5d Mon Sep 17 00:00:00 2001 From: b2894lxlx <517289602@qq.com> Date: Wed, 2 Sep 2026 15:11:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=98=E6=AC=BE=E7=9A=84?= =?UTF-8?q?=E4=BB=98=E6=AC=BE=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/payment/payment-application-form.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/payment/payment-application-form.vue b/src/views/payment/payment-application-form.vue index 68fe70f..977df89 100644 --- a/src/views/payment/payment-application-form.vue +++ b/src/views/payment/payment-application-form.vue @@ -657,7 +657,7 @@ const emptyForm = () => ({ billType: '', paymentRatio: null, appliedAmount: 0, - paymentMethod: 'bank_transfer', + paymentMethod: '', billLedgerId: null, billNo: '', receiptAccountId: null, @@ -1053,6 +1053,7 @@ export default { if (this.billPayment) await this.loadBillOptions('', data.billLedgerId); } else { this.form = emptyForm(); + this.form.paymentMethod = this.paymentMethodOptions[0]?.value || ''; this.form.paymentType = this.initialAddPaymentType(); this.referenceRows = []; this.form.applyDate = this.$dayjs().format('YYYY-MM-DD');