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()