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([]) // 北京市所有村的code @@ -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,