he wei
2021-07-31 ff8173cf18d7fefb6dc3d092f997a23409c2ecb4
U 修正一体机拓扑图bug
2个文件已修改
7 ■■■■■ 已修改文件
src/pages/dataTest/js/draw_diagram.js 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/dataTest/realTimeAio.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | 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>