YF-yuan před 3 roky
rodič
revize
2e35702b86
1 změnil soubory, kde provedl 8 přidání a 7 odebrání
  1. +8
    -7
      src/views/Home.vue

+ 8
- 7
src/views/Home.vue Zobrazit soubor

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

Načítá se…
Zrušit
Uložit