剔除无关属性下发

This commit is contained in:
2betop 2023-09-14 08:56:03 +08:00
parent 89f173ae32
commit 317878c0e0

View File

@ -179,6 +179,7 @@ export class TableRow extends React.PureComponent<
onEvent,
expanded,
parentExpanded,
id,
newIndex,
isHover,
@ -188,7 +189,9 @@ export class TableRow extends React.PureComponent<
depth,
expandable,
appeard,
checkdisable,
trRef,
isNested,
...rest
} = this.props;