test table

This commit is contained in:
Theluyuan 2023-06-28 14:47:54 +08:00
parent 001667587f
commit 6bfabc7f3b
4 changed files with 13 additions and 10 deletions

View File

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

View File

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

View File

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

File diff suppressed because one or more lines are too long