This commit is contained in:
2023-06-25 13:31:40 +08:00
parent e599f0e50e
commit c00284da01
4 changed files with 4 additions and 4 deletions

View File

@@ -788,7 +788,7 @@ function sx(e: any) {
sxlist.value[e.key] = e.list;
}
watch(
()=>[sxlist,tableDataSource],
()=>[sxlist,props.dataSource],
() => {
// tableDataSource
let list: any = [...props.dataSource];