update 搬迁list组件

This commit is contained in:
2021-06-14 10:35:57 +08:00
parent 453ee91b22
commit 3221960ec2
10 changed files with 774 additions and 14 deletions

View File

@@ -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 = {