剔除无关属性下发

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