Ver código fonte

修复详情矩阵切换状态设备闪屏

baiyanting 1 ano atrás
pai
commit
9984d1fa4c
1 arquivos alterados com 7 adições e 7 exclusões
  1. 7 7
      src/views/stateMonitor/DetailMatrix/index.vue

+ 7 - 7
src/views/stateMonitor/DetailMatrix/index.vue

@@ -1006,13 +1006,13 @@ export default {
       } else {
         this.showMatrixList = this.sourceMap.powerVos;
       }
-      const tempWtArray = this.chunkArray(this.showMatrixList, 3);
-      this.showMatrixList = tempWtArray[0];
-      for (let i = 1; i < tempWtArray.length; i++) {
-        setTimeout(() => {
-          this.showMatrixList.push(...tempWtArray[i]);
-        }, 5);
-      }
+    //   const tempWtArray = this.chunkArray(this.showMatrixList, 3);
+    //   this.showMatrixList = tempWtArray[0];
+    //   for (let i = 1; i < tempWtArray.length; i++) {
+    //     setTimeout(() => {
+    //       this.showMatrixList.push(...tempWtArray[i]);
+    //     }, 5);
+    //   }
     },
 
     // 点击左侧数据弹出曲线