Skip to content

Commit

Permalink
fix(data): polling func
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon authored and ysfscream committed Sep 20, 2021
1 parent 22e4ba8 commit 816bda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/menus/Status/dataMonitoring.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export default {
mounted() {
this.getObjTele()
this.pollingTimer = window.setInterval(() => {
this.getObjTele()
this.getObjRegister()
}, 2000);
},
beforeUnmount() {
Expand Down

0 comments on commit 816bda2

Please sign in to comment.