opentiny / tiny-vue

TinyVue is an enterprise-class UI component library of OpenTiny community, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
https://opentiny.design/tiny-vue
MIT License
1.58k stars 254 forks source link

🐛 [Bug]: grid 组件 树形表格的全选事件返回的数据有问题,把子集展开返回了 #1400

Open David-TechNomad opened 7 months ago

David-TechNomad commented 7 months ago

Version

v3.13.0

Vue Version

v 3.4

Link to minimal reproduction

https://opentiny.design/vue-playground?cmpId=grid-tree-table&fileName=tree-table/set-tree-expansion.vue&apiMode=Composition&mode=pc&theme=default

Step to reproduce

grid 组件 树形表格的全选事件返回的数据有问题,把子集展开返回了

What is expected

应该是 返回带子集的4条数据,不然遍历会有问题

What is actually happening

e09d24491383775b17527ae76b30df3

Any additional comments (optional)

No response

Issues-translate-bot commented 7 months ago

Bot detected the issue body's language is not English, translate it automatically.


Title: 🐛 [Bug]: There is a problem with the data returned by the select all event of the grid component tree table, and the subset is expanded and returned.