From 784ecdd152c2dd8032cdb69840dd093cf3f87327 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Fri, 19 Jan 2024 13:11:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E9=97=A8=E6=89=A7=E8=A1=8C=E9=A2=84?= =?UTF-8?q?=E7=AE=97=E5=88=86=E6=9C=88=E5=BA=A6=E5=AD=A3=E5=BA=A6=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E3=80=81=E8=BF=9B=E5=B1=95=E7=8E=8785%=E6=89=8D?= =?UTF-8?q?=E8=83=BD=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statisticalReport/quarterlyStatistics.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/statisticalReport/quarterlyStatistics.vue b/src/views/statisticalReport/quarterlyStatistics.vue index c83dd1c..ddc57f5 100644 --- a/src/views/statisticalReport/quarterlyStatistics.vue +++ b/src/views/statisticalReport/quarterlyStatistics.vue @@ -8,7 +8,7 @@
- + 年份 @@ -57,7 +57,7 @@ import { departmentMoney } from "@/api/static"; export default { data() { return { - type: 1, + loading: false, select: { type: 1,//1季度,2月 page: 1, @@ -78,7 +78,7 @@ export default { }, async getList() { - this.select.type = this.type; + this.list = []; const res = await departmentMoney(this.select); this.list = res; this.$refs['xyTable'].doLayout()