From 6cc17bd234d981ef06cf8e888a1d4b8a14f51f41 Mon Sep 17 00:00:00 2001 From: guonan <guonan201020@163.com> Date: 星期四, 10 七月 2025 11:14:16 +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 d090634..bb75f7e 100644 --- a/src/store/simulation.js +++ b/src/store/simulation.js @@ -2,6 +2,9 @@ import { defineStore } from 'pinia' import { ref } from 'vue' export const useSimStore = defineStore('simulation', () => { + // 鏂潰鏁版嵁 + const crossSection = ref([]) + const openDia = ref(true) // 鍘嗗彶鍥炴斁鍒楄〃 const rePlayList = ref([]) // 鍖椾含甯傛墍鏈夋潙鐨刢ode @@ -16,6 +19,8 @@ const DeviceShowSwitch = ref(false) const DangerShowSwitch = ref(false) const DangerPoint = ref([]) + // 娉ヤ綅璁� + const selectNWJ = ref() // 鐩戞祴璁惧鍒楄〃 const devices = ref([]) const navigationShow = ref(true) @@ -218,6 +223,9 @@ schemWaterInfo, layerDate, rePlayList, + selectNWJ, + openDia, + crossSection, // 鏂规鐩稿叧鏂规硶 setSchemCard, -- Gitblit v1.9.3