test table
This commit is contained in:
@@ -1484,7 +1484,7 @@ const _sfc_main = defineComponent({
|
||||
sxlist.value[e.key] = e.list;
|
||||
}
|
||||
watch([sxlist, () => props.dataSource], () => {
|
||||
console.log(sxlist);
|
||||
console.log(JSON.stringify(sxlist.value));
|
||||
let list = [...props.dataSource];
|
||||
let endlist = [];
|
||||
for (let i in sxlist.value) {
|
||||
|
||||
Reference in New Issue
Block a user