|
@@ -1704,10 +1704,10 @@ export default {
|
|
_this.$nextTick(() => {
|
|
_this.$nextTick(() => {
|
|
_this.getMonthList(false);
|
|
_this.getMonthList(false);
|
|
_this.getSecordList(false);
|
|
_this.getSecordList(false);
|
|
- _this.timmer = setInterval(() => {
|
|
|
|
- _this.getMonthList(false);
|
|
|
|
- _this.getSecordList(false);
|
|
|
|
- }, _this.$store.state.websocketTimeSec);
|
|
|
|
|
|
+ // _this.timmer = setInterval(() => {
|
|
|
|
+ // _this.getMonthList(false);
|
|
|
|
+ // _this.getSecordList(false);
|
|
|
|
+ // }, _this.$store.state.websocketTimeSec);
|
|
});
|
|
});
|
|
},
|
|
},
|
|
unmounted() {
|
|
unmounted() {
|