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