test table

This commit is contained in:
2023-06-28 15:13:16 +08:00
parent 6d66304fe7
commit 2612c8dfbb
4 changed files with 4 additions and 4 deletions

View File

@@ -1484,7 +1484,7 @@ const _sfc_main = defineComponent({
sxlist.value[e.key] = e.list;
}
watch([sxlist, () => props.dataSource], () => {
console.log(JSON.stringify(sxlist.value));
console.log(JSON.stringify(sxlist.value), JSON.stringify(props.dataSource.value));
let list = [...props.dataSource];
let endlist = [];
for (let i in sxlist.value) {