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); } }