-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
2.0.0-rc.4
Environment
1.6.4
Reproduction link
https://www.antdv.com/components/table-cn/#components-table-demo-ajax
Steps to reproduce
handleAddItem(record) { var child = [] child.push(JSON.parse(JSON.stringify(record))) record.children = childconsole.log('data-->', JSON.stringify(this.detailsData))
},
What is expected?
列表动态变为树形结构
What is actually happening?
bug