vxe-table icon indicating copy to clipboard operation
vxe-table copied to clipboard

展开表格中嵌套表格 删除数据不渲染

Open ryanryanorient opened this issue 3 years ago • 0 comments
trafficstars

可复现的链接:

问题描述与截图:

image

handleRemoveMat(row, rows, parent) { if (row && rows) { const index = rows.indexOf(row) if (index >= 0) { rows.splice(index, 1) } } }

在 子表中 删除 子表的数据行不刷新渲染 ,必须 重新展开,而修改数据是生效的,不生效的是删除行

期望的结果:

删除后刷新

操作系统:

windows10

浏览器版本:

edge 100

vue 版本:

2.6.0

vxe-table 版本:

3.4.0

ryanryanorient avatar Jul 16 '22 09:07 ryanryanorient