瀏覽代碼

xiug

jiexi1_1
YF-yuan 3 年之前
父節點
當前提交
2e35702b86
共有 1 個文件被更改,包括 8 次插入7 次删除
  1. +8
    -7
      src/views/Home.vue

+ 8
- 7
src/views/Home.vue 查看文件

@@ -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];

Loading…
取消
儲存