| | |
| | | <!-- |
| | | * @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 |
| | | 实时看板 |
| | | --> |
| | |
| | | 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() { |