@ -517,9 +517,9 @@
//定时刷新
timingRefresh: function () {
let that = this;
that.timer = setInterval(function () {
// that.timer = setInterval(function () {
that.dateBtnClick(that.dateBtnValue);
// that.dateBtnClick(that.dateBtnValue);
}, 1000 * 60 * 5);
// }, 1000 * 60 * 5);
}