From 182b4759b2bf304eb21b68e164dec4c3403136fb Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Tue, 22 Jul 2025 15:36:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=88=E7=BB=93=E5=AE=A2=E6=88=B7=E9=A2=9D?= =?UTF-8?q?=E5=BA=A6=E5=92=8C=E4=B8=B4=E6=97=B6=E6=9C=88=E7=BB=93=E9=A2=9D?= =?UTF-8?q?=E5=BA=A6=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/EmisBaseTools/EmisMonthpayAccountPicker.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/emis/EmisBaseTools/EmisMonthpayAccountPicker.vue b/src/views/emis/EmisBaseTools/EmisMonthpayAccountPicker.vue index 0a966085..09e35b6a 100644 --- a/src/views/emis/EmisBaseTools/EmisMonthpayAccountPicker.vue +++ b/src/views/emis/EmisBaseTools/EmisMonthpayAccountPicker.vue @@ -9,7 +9,7 @@ style="width: 100%;" :disabled="disabled" @change="onChange"> - + @@ -101,6 +101,7 @@ this.bakOptionItems=[]; this.optionItems=[]; listSimpleEmisMonthpayAccount(queryParams).then(response => { + console.log('response',response.rows); this.loading = false; this.bakOptionItems = response.rows; this.optionItems =this.bakOptionItems;