From f373e0c0797e1800bf066fdfbb748bb9242230f6 Mon Sep 17 00:00:00 2001 From: wangjuncheng <1> Date: 星期二, 08 七月 2025 17:46:02 +0800 Subject: [PATCH] 泥位计 --- src/store/simulation.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/store/simulation.js b/src/store/simulation.js index a1b2f8a..f4b9f57 100644 --- a/src/store/simulation.js +++ b/src/store/simulation.js @@ -2,6 +2,7 @@ import { defineStore } from 'pinia' import { ref } from 'vue' export const useSimStore = defineStore('simulation', () => { + const openDia = ref(true) // 鍘嗗彶鍥炴斁鍒楄〃 const rePlayList = ref([]) // 鍖椾含甯傛墍鏈夋潙鐨刢ode @@ -16,6 +17,8 @@ const DeviceShowSwitch = ref(false) const DangerShowSwitch = ref(false) const DangerPoint = ref([]) + // 娉ヤ綅璁� + const selectNWJ = ref() // 鐩戞祴璁惧鍒楄〃 const devices = ref([]) const navigationShow = ref(true) @@ -48,6 +51,8 @@ const rainFalls = ref() // 闄嶉洦鍗曚綅 const intensityUnit = ref() + // 鏂规涓嬫按娣辨祦閫熺瓑鏁版嵁 + let schemWaterInfo = ref([]) const setSelectedScheme = (scheme) => { selectedScheme.value = scheme; @@ -213,8 +218,11 @@ userSelectedLayers, devices, frameNum, + schemWaterInfo, layerDate, rePlayList, + selectNWJ, + openDia, // 鏂规鐩稿叧鏂规硶 setSchemCard, -- Gitblit v1.9.3