From 66862724dd01a4f9e08320a6c5dee45105caaf3f Mon Sep 17 00:00:00 2001 From: jishenghua <752718920@qq.com> Date: Tue, 6 May 2025 09:35:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E9=9B=B6=E5=94=AE=E5=87=BA?= =?UTF-8?q?=E5=BA=93=E7=9A=84=E4=BC=9A=E5=91=98=E5=88=87=E6=8D=A2=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/bill/modules/RetailOutModal.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jshERP-web/src/views/bill/modules/RetailOutModal.vue b/jshERP-web/src/views/bill/modules/RetailOutModal.vue index 1894da5a..2cc38110 100644 --- a/jshERP-web/src/views/bill/modules/RetailOutModal.vue +++ b/jshERP-web/src/views/bill/modules/RetailOutModal.vue @@ -400,6 +400,9 @@ }) } else { this.payTypeList.push({"value":"现付", "text":"现付"}) + this.$nextTick(() => { + this.form.setFieldsValue({'payType': '现付'}) + }) } } })