|
|
@ -397,7 +397,7 @@
|
|
|
|
timingRefresh: function () {
|
|
|
|
timingRefresh: function () {
|
|
|
|
let that = this;
|
|
|
|
let that = this;
|
|
|
|
setInterval(function () {
|
|
|
|
setInterval(function () {
|
|
|
|
that.getMainList();
|
|
|
|
that.dateBtnClick(that.dateBtnValue);
|
|
|
|
}, 1000 * 60);
|
|
|
|
}, 1000 * 60);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|