From b040d81c856a77f280b38037e78a8b6a8bdb31ab Mon Sep 17 00:00:00 2001 From: guonan <guonan201020@163.com> Date: 星期二, 08 七月 2025 15:51:15 +0800 Subject: [PATCH] 泥位计 --- src/store/simulation.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/store/simulation.js b/src/store/simulation.js index d090634..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) @@ -218,6 +221,8 @@ schemWaterInfo, layerDate, rePlayList, + selectNWJ, + openDia, // 鏂规鐩稿叧鏂规硶 setSchemCard, -- Gitblit v1.9.3