From 4d54333ad1df094cb941715ce81dc508fe00c7b7 Mon Sep 17 00:00:00 2001 From: Theluyuan <1162963624@qq.com> Date: Wed, 28 Jun 2023 17:17:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/table/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/component/table/index.vue b/src/component/table/index.vue index 478d387..7fd8aa1 100644 --- a/src/component/table/index.vue +++ b/src/component/table/index.vue @@ -782,13 +782,13 @@ function desc(event: any) { function sx(e: any) { sxlist.value[e.key] = e.list; - console.log("筛选事件",sxlist.value,sxlist.value.length) + console.log("筛选事件", sxlist.value, sxlist.value.length); } watch(sxlist, () => { console.log("sxlist更新"); }); watch( - [()=>sxlist, () => props.dataSource], + [() => sxlist, () => props.dataSource], (old, new1) => { // tableDataSource // console.log(JSON.stringify(sxlist.value),JSON.stringify(props.dataSource),old[0] == new1[0],old[1] == new1[1])