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,
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user