feat: Turn off scheduled refresh
This commit is contained in:
parent
59e4cf88b3
commit
30caeffe6b
|
@ -243,13 +243,13 @@ export default {
|
|||
}, 1000);
|
||||
this.getList();
|
||||
//定时刷新数据
|
||||
setInterval(function() {
|
||||
if (this_.is_last) {
|
||||
this_.to_pre();
|
||||
} else {
|
||||
this_.to_next();
|
||||
}
|
||||
}, 30000);
|
||||
// setInterval(function() {
|
||||
// if (this_.is_last) {
|
||||
// this_.to_pre();
|
||||
// } else {
|
||||
// this_.to_next();
|
||||
// }
|
||||
// }, 30000);
|
||||
},
|
||||
watch: {
|
||||
websoketData: {
|
||||
|
|
Loading…
Reference in New Issue