src/store/simulation.js
@@ -47,13 +47,11 @@ // 方案相关 const setSchemCard = (data) => { schemCard.value = data console.log(schemCard,'aaaaaaaaaaaaaa'); } // 添加单个方案数据 const addSchemCardItem = (item) => { schemCard.value.push(item) const addSchemCard = (item) => { schemCard.value.unshift(item) } // 删除指定方案数据 @@ -138,7 +136,7 @@ startMNPG, schemCard, setSchemCard, addSchemCardItem, addSchemCard, removeSchemCardItem, updateSchemCardItem, }