From a70805f64c9779760ab5f5f5c1c61820545a6302 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Mon, 2 Sep 2024 13:35:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E5=B1=95=E7=8E=87=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statisticalReport/budgetProgress.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/statisticalReport/budgetProgress.vue b/src/views/statisticalReport/budgetProgress.vue index 8002d44..368ca31 100644 --- a/src/views/statisticalReport/budgetProgress.vue +++ b/src/views/statisticalReport/budgetProgress.vue @@ -65,8 +65,8 @@ - + @click="select = {pageIndex:1,year:'',type:'',department:'',dimension: []}">重置 + @@ -461,7 +461,7 @@ type: this.select.type, plan_department_id: this.select.department, top_pid: 1, - dimension: this.select.dimension.toString() + dimension: this.select?.dimension?.toString() }) for (var m of res.list.data) { m.pid_info_name = m.pid_info?.name