From 98fc2f93871e6d05226920e0214a0738d3d82773 Mon Sep 17 00:00:00 2001 From: wyj2080 <1603068044@qq.com> Date: Wed, 29 Apr 2020 20:50:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B7=E6=96=B0=E6=95=B0=E6=8D=AE=E7=94=A8?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/CustomerView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/CustomerView.vue b/src/pages/CustomerView.vue index e74c66d..bf2b25a 100644 --- a/src/pages/CustomerView.vue +++ b/src/pages/CustomerView.vue @@ -397,7 +397,7 @@ timingRefresh: function () { let that = this; setInterval(function () { - that.getMainList(); + that.dateBtnClick(that.dateBtnValue); }, 1000 * 60); }