fix table wathc
This commit is contained in:
@@ -790,7 +790,10 @@ watch(
|
||||
[sxlist,()=>props.dataSource],
|
||||
(old,new1) => {
|
||||
// tableDataSource
|
||||
console.log(JSON.stringify(sxlist.value),JSON.stringify(props.dataSource),old[0] == new1[0],old[1] == new1[1])
|
||||
// console.log(JSON.stringify(sxlist.value),JSON.stringify(props.dataSource),old[0] == new1[0],old[1] == new1[1])
|
||||
if(sxlist.value.length == 0){
|
||||
return
|
||||
}
|
||||
let list: any = [...props.dataSource];
|
||||
let endlist: any = [];
|
||||
for (let i in sxlist.value) {
|
||||
|
||||
Reference in New Issue
Block a user