update 搬迁list组件
This commit is contained in:
@@ -214,10 +214,12 @@ export default class QueryTreeLayout extends Component {
|
||||
|
||||
render() {
|
||||
|
||||
const { dataSource, expandedKeys, autoExpandParent } = this.state
|
||||
|
||||
const props = {
|
||||
treeData: this.state.dataSource,
|
||||
expandedKeys: this.state.expandedKeys,
|
||||
autoExpandParent: this.state.autoExpandParent
|
||||
treeData: dataSource,
|
||||
expandedKeys,
|
||||
autoExpandParent
|
||||
}
|
||||
|
||||
const on = {
|
||||
|
||||
Reference in New Issue
Block a user