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