代码格式化
This commit is contained in:
parent
71e57b93c2
commit
4d54333ad1
@ -782,13 +782,13 @@ function desc(event: any) {
|
|||||||
|
|
||||||
function sx(e: any) {
|
function sx(e: any) {
|
||||||
sxlist.value[e.key] = e.list;
|
sxlist.value[e.key] = e.list;
|
||||||
console.log("筛选事件",sxlist.value,sxlist.value.length)
|
console.log("筛选事件", sxlist.value, sxlist.value.length);
|
||||||
}
|
}
|
||||||
watch(sxlist, () => {
|
watch(sxlist, () => {
|
||||||
console.log("sxlist更新");
|
console.log("sxlist更新");
|
||||||
});
|
});
|
||||||
watch(
|
watch(
|
||||||
[()=>sxlist, () => props.dataSource],
|
[() => sxlist, () => props.dataSource],
|
||||||
(old, new1) => {
|
(old, new1) => {
|
||||||
// tableDataSource
|
// 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])
|
||||||
|
Loading…
Reference in New Issue
Block a user