fix(BasicTable): setSelectedRows 引入但未加入 tableAction (#2332)
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
This commit is contained in:
parent
eda251a426
commit
7dcb38cac6
|
|
@ -289,6 +289,7 @@
|
|||
const tableAction: TableActionType = {
|
||||
reload,
|
||||
getSelectRows,
|
||||
setSelectedRows,
|
||||
clearSelectedRowKeys,
|
||||
getSelectRowKeys,
|
||||
deleteSelectRowByKey,
|
||||
|
|
|
|||
Loading…
Reference in New Issue