[update] 修改bug87812

This commit is contained in:
lideqin
2024-07-31 18:24:47 +08:00
parent f3f769fce0
commit b91c977df0
@@ -787,6 +787,7 @@ export default {
onOk: () => {
this.dataSource = this.dataSource.filter(item => !this.selectedRowKeys.includes(item.uid))
this.dataList = this.dataList.filter(item => !this.selectedRowKeys.includes(item.uid))
this.selectedRowKeys = []
}
})
}