|
@@ -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);
|
|
|
+ // }
|
|
|
},
|
|
|
|
|
|
// 点击左侧数据弹出曲线
|