Commit 7dcb38cac6118cad4137049228ac12ff80a861c2
Committed by
GitHub
1 parent
eda251a4
fix(BasicTable): setSelectedRows 引入但未加入 tableAction (#2332)
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
Showing
1 changed file
with
1 additions
and
0 deletions
src/components/Table/src/BasicTable.vue
@@ -289,6 +289,7 @@ | @@ -289,6 +289,7 @@ | ||
289 | const tableAction: TableActionType = { | 289 | const tableAction: TableActionType = { |
290 | reload, | 290 | reload, |
291 | getSelectRows, | 291 | getSelectRows, |
292 | + setSelectedRows, | ||
292 | clearSelectedRowKeys, | 293 | clearSelectedRowKeys, |
293 | getSelectRowKeys, | 294 | getSelectRowKeys, |
294 | deleteSelectRowByKey, | 295 | deleteSelectRowByKey, |