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