定时任务去掉。

feature_0521
kevin jiang 5 years ago
parent 2179d65337
commit 6b6fe8f588

@ -517,9 +517,9 @@
// //
timingRefresh: function () { timingRefresh: function () {
let that = this; 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);
} }
} }

Loading…
Cancel
Save