ksc-fe / kpc

A UI Components Library for Intact, Vue, React and Angular.
https://design.ksyun.com/
MIT License
362 stars 53 forks source link

Table在合并单元格模式下(merge),插入数据会报错 #1008

Closed Javey closed 4 months ago

Javey commented 4 months ago

CodeSandbox

Description

Javey commented 4 months ago

usePagination会修改数据data,但是执行时机比较靠后,useMerge中,调用的时机靠前,导致数据并没有更新,造成不一致

// instance.on('$receive:children', handleSpans); 
useReceive(['children'], handleSpans);