mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
剔除无关属性下发
This commit is contained in:
parent
89f173ae32
commit
317878c0e0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user