feature/2.9.42310.01-薪资项目拓扑图

This commit is contained in:
黎永顺 2024-04-09 11:00:59 +08:00
parent da70788569
commit 055e10296e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ const CommonTable: FC = (props) => {
const receiveMessageFromIndex = (event: any) => {
const data: any = exceptStr(event.data);
if (!_.isEmpty(data)) {
const { columns, dataSource, pageInfo, i18n, selectedRowKeys, selectedKey, azOperate } = data;
const { columns, dataSource, pageInfo, i18n, selectedRowKeys, selectedKey, azOperate = true } = data;
const { current: pageNum, pageSize: size, total } = pageInfo;
setDataSource(dataSource);
setI18n(i18n);