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