From 55f8e457aac4937e22d7267d9f10682ed6847d54 Mon Sep 17 00:00:00 2001 From: ChiyokoYY <525231835@qq.com> Date: Tue, 10 Mar 2020 21:54:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=96=AB=E6=83=85=E7=BD=91=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1-=E8=AE=B0=E5=BF=86=E6=95=B0=E6=8D=AEbug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../feature/AccumulativeStatistics/AccumulativeStatistics.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/feature/AccumulativeStatistics/AccumulativeStatistics.vue b/src/components/feature/AccumulativeStatistics/AccumulativeStatistics.vue index 134b17a..05fd83f 100644 --- a/src/components/feature/AccumulativeStatistics/AccumulativeStatistics.vue +++ b/src/components/feature/AccumulativeStatistics/AccumulativeStatistics.vue @@ -308,7 +308,6 @@ export default class DiseaseInfo extends Vue { 80 - 20; this.params.pageSize = Math.floor(fullHeight / 48); // 根据屏幕自适应计算size - this.initData(); if ( sessionStorage.getItem('searchDate') != '') { this.searchDate = sessionStorage.getItem('searchDate'); this.expiryDate = sessionStorage.getItem('searchDate'); -- Gitee