| | |
| | | // 方案相关 |
| | | const setSchemCard = (data) => { |
| | | schemCard.value = data |
| | | console.log(schemCard,'aaaaaaaaaaaaaa'); |
| | | |
| | | } |
| | | |
| | | // 添加单个方案数据 |
| | | const addSchemCardItem = (item) => { |
| | | schemCard.value.push(item) |
| | | const addSchemCard = (item) => { |
| | | schemCard.value.unshift(item) |
| | | } |
| | | |
| | | // 删除指定方案数据 |
| | |
| | | |
| | | const startMNPG = () => { |
| | | init() |
| | | showResultAssess.value = true |
| | | showDangerAssess.value = true |
| | | // showResultAssess.value = true |
| | | // showDangerAssess.value = true |
| | | } |
| | | |
| | | // 导航点击 |
| | |
| | | startMNPG, |
| | | schemCard, |
| | | setSchemCard, |
| | | addSchemCardItem, |
| | | addSchemCard, |
| | | removeSchemCardItem, |
| | | updateSchemCardItem, |
| | | } |