Skip to content

Commit

Permalink
releases 3.11.24
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Dec 10, 2024
1 parent 4969d33 commit 975a8f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vxe-table",
"version": "3.11.23",
"version": "3.11.24",
"description": "一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟树、拖拽排序,懒加载、快捷菜单、数据校验、树形结构、打印、导入导出、自定义模板、渲染器、JSON 配置式...",
"scripts": {
"update": "npm install --legacy-peer-deps",
Expand Down Expand Up @@ -28,7 +28,7 @@
"style": "lib/style.css",
"typings": "types/index.d.ts",
"dependencies": {
"vxe-pc-ui": "^3.3.25"
"vxe-pc-ui": "^3.3.27"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.25.7",
Expand Down
3 changes: 3 additions & 0 deletions packages/table/src/methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,9 @@ const Methods = {
cacheItem = { row, rowid, seq, index: -1, _index: -1, $index: -1, items, parent, level, height: 0 }
}
if (isSource) {
cacheItem.row = row
cacheItem.items = items
cacheItem.parent = parent
cacheItem.level = level
cacheItem.index = treeConfig && parent ? -1 : index
fullDataRowIdMaps[rowid] = cacheItem
Expand Down

0 comments on commit 975a8f2

Please sign in to comment.