处理右侧原始数据表格行数错误问题

This commit is contained in:
caozehui
2025-01-10 14:15:07 +08:00
parent de8a392d2c
commit 858cf75b46
2 changed files with 47 additions and 44 deletions

View File

@@ -213,6 +213,7 @@ watch(() => formContent.chnNum, async (newVal, oldVal) => {
defaultOperate()
await updateTableData()
}
activeTab.value = 'resultTab'
})
watch(currentHarmNum, (newVal, oldVal) => {
@@ -228,6 +229,7 @@ watch(currentHarmNum, (newVal, oldVal) => {
setRawData([])
}
}
activeTab.value = 'resultTab'
})
watch(currentCheckItem, (newVal, oldVal) => {
@@ -244,6 +246,7 @@ watch(currentCheckItem, (newVal, oldVal) => {
setRawData([])
}
}
activeTab.value = 'resultTab'
})
// const handleSwitchChange = async (data: any) => {