From 65dc7a8dab046264766f7ae32070ded7bf34e6fe Mon Sep 17 00:00:00 2001
From: wangjuncheng <1>
Date: 星期二, 15 四月 2025 15:09:12 +0800
Subject: [PATCH] change

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

diff --git a/src/store/simulation.js b/src/store/simulation.js
index 8fd427c..009cfcc 100644
--- a/src/store/simulation.js
+++ b/src/store/simulation.js
@@ -52,8 +52,8 @@
     }
 
     // 娣诲姞鍗曚釜鏂规鏁版嵁
-    const addSchemCardItem = (item) => {
-        schemCard.value.push(item)
+    const addSchemCard = (item) => {
+        schemCard.value.unshift(item)
     }
 
     // 鍒犻櫎鎸囧畾鏂规鏁版嵁
@@ -138,7 +138,7 @@
         startMNPG,
         schemCard,
         setSchemCard,
-        addSchemCardItem,
+        addSchemCard,
         removeSchemCardItem,
         updateSchemCardItem,
     }

--
Gitblit v1.9.3