src/pages/dataTest/js/draw_diagram.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/pages/dataTest/realTimeAio.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/pages/dataTest/js/draw_diagram.js
@@ -413,6 +413,10 @@ firstTime = !firstTime; }; const stop = function () { timer.stop(); timer.callback = null; } export { list @@ -421,4 +425,5 @@ // ,drawPanel ,update ,updateBalls ,stop } src/pages/dataTest/realTimeAio.vue
@@ -321,6 +321,7 @@ ,resetFirstTime ,update ,updateBalls ,stop } from './js/draw_diagram'; import battGroupMager from '@/assets/js/apis/dataMager/battGroupMager'; @@ -1227,6 +1228,7 @@ }, beforeDestroy () { this.timer2.stop(); stop(); } } </script>