|
|
@@ -417,6 +417,7 @@ export default { |
|
|
|
for (var key in paramVaules) { |
|
|
|
this.allPointList.push(paramVaules[key]); |
|
|
|
} |
|
|
|
console.log(this.allPointList); |
|
|
|
}); |
|
|
|
let icon = new Style({ |
|
|
|
image: new Icon({ |
|
|
@@ -893,13 +894,13 @@ export default { |
|
|
|
} |
|
|
|
// 1-2 采样点显示 |
|
|
|
if ($index == 1) { |
|
|
|
if (index == 0) { |
|
|
|
index = 2; |
|
|
|
} else if (index == 1) { |
|
|
|
index = 0; |
|
|
|
} else if (index == 2) { |
|
|
|
index = 1; |
|
|
|
} |
|
|
|
// if (index == 0) { |
|
|
|
// index = 2; |
|
|
|
// } else if (index == 1) { |
|
|
|
// index = 0; |
|
|
|
// } else if (index == 2) { |
|
|
|
// index = 1; |
|
|
|
// } |
|
|
|
if ($event.target.checked) { |
|
|
|
// 设置初始采样点统计图数据 |
|
|
|
this.pointList = this.allPointList[index]; |