From 6b6fe8f58817a31e1bc7f0217c3e4cd6765a0027 Mon Sep 17 00:00:00 2001 From: kevin jiang Date: Sun, 31 May 2020 16:58:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home/CustomerView.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/home/CustomerView.vue b/src/pages/home/CustomerView.vue index 7df1ed6..b9d5e70 100644 --- a/src/pages/home/CustomerView.vue +++ b/src/pages/home/CustomerView.vue @@ -517,9 +517,9 @@ //定时刷新 timingRefresh: function () { let that = this; - that.timer = setInterval(function () { - that.dateBtnClick(that.dateBtnValue); - }, 1000 * 60 * 5); + // that.timer = setInterval(function () { + // that.dateBtnClick(that.dateBtnValue); + // }, 1000 * 60 * 5); } }