刷新数据用按钮

master
wyj2080 6 years ago
parent b20769a49f
commit 98fc2f9387

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

Loading…
Cancel
Save