1
李喆(开发组)
2025-04-16 58d0bfc0a05fd3f645f31eba4fa7e2bf57e3b1df
1
已修改1个文件
6 ■■■■ 文件已修改
src/views/mdc/realtime-status/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mdc/realtime-status/index.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2024-04-09 22:11:21
 * @LastEditors: 李喆(开发组) lzhe@yxqiche.com
 * @LastEditTime: 2025-04-15 13:49:08
 * @LastEditTime: 2025-04-16 12:05:31
 * @FilePath: /cps-web/src/views/mdc/realtime-status/index.vue
 实时看板
-->
@@ -129,6 +129,10 @@
        this.deviceStatus = this.$route.query.currentTag ? [...this.$route.query.currentTag] : [];
        this.getstationlabelList();  //获取标签视图下的list
        this.getprocess(); //获取颜色==》获取顶部title==》设置几行几列==》ws
        //每一分钟执行一次
        var intervalId = setInterval(() => {
            this.getdevicestatus();
        }, 60000);
    },
    methods: {
        getSetting() {