添加一键重算功能

This commit is contained in:
GGJ
2025-02-27 16:24:13 +08:00
parent c7e5ee0862
commit 30382fb34d
4 changed files with 77 additions and 43 deletions

View File

@@ -154,6 +154,7 @@
:formContent="props.formContent"
:form="form"
:key="initial"
@recalculation="recalculation"
/>
</el-carousel-item>
</el-carousel>
@@ -333,6 +334,10 @@ const next = () => {
}, 100)
// 切换轮播图
}
// 重新计算
const recalculation = () => {
setValueTableRef.value?.open(props.communicationList, {})
}
// 判断够选通道
const checkFlags = () => {