mirror of https://gitee.com/xiaonuobase/snowy
【更新】STable点击行选中时引用者获取数据失败问题解决 https://gitee.com/xiaonuobase/snowy/issues/I9NBTK
parent
9e3809764b
commit
5a2d36ed52
|
@ -512,6 +512,7 @@
|
|||
props.rowSelection.selectedRows = selectedRows
|
||||
// eslint-disable-next-line vue/no-mutating-props
|
||||
props.rowSelection.selectedRowKeys = selectedRowKeys
|
||||
props.rowSelection.onChange(selectedRowKeys, selectedRows)
|
||||
getTableProps()
|
||||
}
|
||||
const list = data.needTotalList
|
||||
|
|
Loading…
Reference in New Issue