From 4ccb3c1af05a64749b2aaba0129c72ce79c8aa42 Mon Sep 17 00:00:00 2001
From: guonan <guonan201020@163.com>
Date: 星期四, 10 七月 2025 17:01:47 +0800
Subject: [PATCH] type报错问题

---
 src/store/simulation.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/store/simulation.js b/src/store/simulation.js
index f4b9f57..bb75f7e 100644
--- a/src/store/simulation.js
+++ b/src/store/simulation.js
@@ -2,6 +2,8 @@
 import { defineStore } from 'pinia'
 import { ref } from 'vue'
 export const useSimStore = defineStore('simulation', () => {
+    // 鏂潰鏁版嵁
+    const crossSection = ref([])
     const openDia = ref(true)
     // 鍘嗗彶鍥炴斁鍒楄〃
     const rePlayList = ref([])
@@ -223,6 +225,7 @@
         rePlayList,
         selectNWJ,
         openDia,
+        crossSection,
 
         // 鏂规鐩稿叧鏂规硶
         setSchemCard,

--
Gitblit v1.9.3