Browse Source

2023-01-11 update

1. 调整lightMatrix 表格行内数据不展示的问题
2. 调整智慧检修和安全管控中视频监控 切换页面不停止的问题
moccus 2 years ago
parent
commit
61116c1d77

+ 1 - 1
src/views/LightMatrix/LightMatrix.vue

@@ -74,7 +74,7 @@
               <span>{{ sourceMap.fczbmap[pItem[pIndex].wpId].name }}</span>
               <div
                 class="sub-title-item"
-                v-for="(data, index) of tables.subTitleDatas"
+                v-for="(data, index) of tables[0].subTitleDatas"
                 :key="index"
               >
                 <span class="sub-title">{{ data.text }}</span>

+ 1 - 0
src/views/NewPages/iframe4.vue

@@ -133,6 +133,7 @@ export default {
     },
   },
   created() {},
+  unmounted(){}
 };
 </script>
 

+ 3 - 0
src/views/SandTable/component/hls.vue

@@ -121,6 +121,9 @@ export default {
   mounted() {
     // 渲染后
   },
+  beforeUnmount(){
+    this.hls && this.hls.destroy()
+  },
   beforeUpdate() {},
   updated() {},
   watch: {