This commit is contained in:
黎永顺 2024-10-09 11:28:54 +08:00
parent 38512656c3
commit 5bf5a45a49
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ const UnitTable: FC = (props) => {
if (!_.isEmpty(data)) {
const {
columns, dataSource, pageInfo, scrollHeight, i18n, showOperateBtn: permission, unitTableType = "welfareRecord",
selectedRowKeys: rowKeys, selectedKey, rowKey, showTotalCell = false, sumDataSource = {}
selectedRowKeys: rowKeys = [], selectedKey, rowKey, showTotalCell = false, sumDataSource = {}
} = data;
setI18n(i18n);
setColumns(columns);