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, }