taest
This commit is contained in:
@@ -1482,7 +1482,7 @@ const _sfc_main = defineComponent({
|
||||
function sx(e) {
|
||||
sxlist.value[e.key] = e.list;
|
||||
}
|
||||
watch(() => [sxlist, tableDataSource], () => {
|
||||
watch(() => [sxlist, props.dataSource], () => {
|
||||
let list = [...props.dataSource];
|
||||
let endlist = [];
|
||||
for (let i in sxlist.value) {
|
||||
|
||||
Reference in New Issue
Block a user