添加一键重算功能
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user