wangjuncheng
2025-04-15 65dc7a8dab046264766f7ae32070ded7bf34e6fe
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,
    }