guonan
2025-05-23 fef12378282c0a8cf44411b079ac20ad4f397817
src/components/monifangzhen/schemeCard.vue
@@ -113,10 +113,22 @@
    simStore.setSelectedScheme(item);
    console.log("有服务名称");
  }
  const flyHeight = ref(100000);
  const shouldShowFill = false;
  // 求解器求解完成之后才可以显示时间轴
  if (item.status == 10) {
    initeWaterPrimitiveView();
    // 只有行政区划执行
    if (item.areaType == 1) {
      flyHeight.value = 100000;
      EventBus.emit("select-geom", {
        geom: item.geom,
        flyHeight: flyHeight.value,
        shouldShowFill: shouldShowFill,
      });
    } else {
      // 孙胡沟区域跳转视角
      initeWaterPrimitiveView();
    }
    currentScheme.value = item;
    schemeInfoShow.value = true;
    emit("closeBtn", false);