wangjuncheng
2025-04-23 932658e96812e4c7c3a9864db52b4eb493d64e92
src/views/left/KGSimOption/PredictiveSimulation.vue
@@ -164,6 +164,7 @@
  { id: "4", name: "持续上升" },
];
// 计算属性:获取当前选中的预测数据名称
const selectedForecastDataName = computed(() => {
  const selected = ForecastData.find(
@@ -190,6 +191,7 @@
const openSaveDialog = async () => {
  const forms = {
    name: schemeName.value,
    eares: props.selectedArea,
    type: 1,
    rainfall: totalRainfall.value,
    duration: rainfallDuration.value,