From d5f60d46cc282da747a418977cce4f8a4d1b7c11 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Mon, 3 Nov 2025 19:16:35 +0800 Subject: [PATCH] =?UTF-8?q?v1.9=20=E4=BC=98=E5=8C=96=20=E8=B4=B9=E7=94=A8?= =?UTF-8?q?=E5=8F=B0=E8=B4=A6=E4=B8=AD=E8=B4=B9=E7=94=A8=E9=A1=B9=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E9=80=89=E6=8B=A9=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/reportProficientList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/report/reportProficientList.vue b/src/views/report/reportProficientList.vue index 9ad1f7b18..335247994 100644 --- a/src/views/report/reportProficientList.vue +++ b/src/views/report/reportProficientList.vue @@ -116,8 +116,8 @@ export default { feeTypeCd: this.reportProficientInfo.conditions.feeTypeCd, valid: '1' } - const { data } = await getFeeConfigList(params) - this.reportProficientInfo.feeConfigDtos = data + const { feeConfigs } = await getFeeConfigList(params) + this.reportProficientInfo.feeConfigDtos = feeConfigs } catch (error) { console.error('获取收费项失败:', error) }