From ee68cb2de177e93f9ba2235ada37e1501cbfb184 Mon Sep 17 00:00:00 2001 From: yechenhao Date: Sun, 10 May 2020 22:05:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E6=B1=82=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/AddCustomerTable.vue | 8 -------- src/pages/ApplyCustomerTable.vue | 12 ++---------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/src/pages/AddCustomerTable.vue b/src/pages/AddCustomerTable.vue index 4154db0..9e0d1f9 100644 --- a/src/pages/AddCustomerTable.vue +++ b/src/pages/AddCustomerTable.vue @@ -333,15 +333,7 @@ //页面重绘(柱状图) that.resizeWindow(); }); - }, - //定时刷新 - timingRefresh: function () { - let that = this; - setInterval(function () { - that.dateBtnClick(that.dateBtnValue); - }, 1000 * 60); } - } } diff --git a/src/pages/ApplyCustomerTable.vue b/src/pages/ApplyCustomerTable.vue index 3399c7b..ec121f5 100644 --- a/src/pages/ApplyCustomerTable.vue +++ b/src/pages/ApplyCustomerTable.vue @@ -21,10 +21,10 @@ {{dateBtnValue}}概览 {{viewDate}} - - @@ -290,15 +290,7 @@ //页面重绘(柱状图) that.resizeWindow(); }); - }, - //定时刷新 - timingRefresh: function () { - let that = this; - setInterval(function () { - that.dateBtnClick(that.dateBtnValue); - }, 1000 * 60); } - } }