|
@@ -236,16 +236,16 @@ export default {
|
|
|
that.wpId = that.$route.params.wpId;
|
|
|
that.$nextTick(() => {
|
|
|
that.requestData(false);
|
|
|
- that.timmer = setInterval(() => {
|
|
|
- that.requestData(false);
|
|
|
- }, that.$store.state.websocketTimeSec);
|
|
|
+ // that.timmer = setInterval(() => {
|
|
|
+ // that.requestData(false);
|
|
|
+ // }, that.$store.state.websocketTimeSec);
|
|
|
});
|
|
|
},
|
|
|
|
|
|
- unmounted() {
|
|
|
- clearInterval(this.timmer);
|
|
|
- this.timmer = null;
|
|
|
- },
|
|
|
+ // unmounted() {
|
|
|
+ // clearInterval(this.timmer);
|
|
|
+ // this.timmer = null;
|
|
|
+ // },
|
|
|
|
|
|
watch:{
|
|
|
// "$route"(res){
|