test table

This commit is contained in:
2023-06-28 15:04:25 +08:00
parent 66392a3eab
commit 6d66304fe7
4 changed files with 4 additions and 4 deletions

View File

@@ -792,7 +792,7 @@ watch(
[sxlist,()=>props.dataSource],
() => {
// tableDataSource
console.log(sxlist)
console.log(JSON.stringify(sxlist.value))
let list: any = [...props.dataSource];
let endlist: any = [];
for (let i in sxlist.value) {