处理右侧原始数据表格行数错误问题
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user