From c81e461cb5574c179ea9e0cb28010559b6b6b2ee Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Wed, 11 Jan 2023 16:14:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/AppGridMemberScore/components/gridScoreStatistics.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project/pidu/app/AppGridMemberScore/components/gridScoreStatistics.vue b/project/pidu/app/AppGridMemberScore/components/gridScoreStatistics.vue index 6a30e2a2..add41884 100644 --- a/project/pidu/app/AppGridMemberScore/components/gridScoreStatistics.vue +++ b/project/pidu/app/AppGridMemberScore/components/gridScoreStatistics.vue @@ -212,6 +212,8 @@ export default { this.getStatistics() this.getGridList() this.getRanking() + this.search.startTime = this.time?.[0] + this.search.endTime = this.time?.[1] this.getTableData() }) },