From b765154156b58eb6a09e473dc07a5ea663cd6ada Mon Sep 17 00:00:00 2001 From: ljw <84855512@qq.com> Date: Tue, 24 Sep 2024 19:40:35 +0800 Subject: [PATCH] up --- src/views/my/address_book/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/my/address_book/index.vue b/src/views/my/address_book/index.vue index dfe1958..ae9dd23 100644 --- a/src/views/my/address_book/index.vue +++ b/src/views/my/address_book/index.vue @@ -149,7 +149,7 @@ watch(() => listQuery.page_size, handlerQuery) - watch(() => listRes.list, () => { + /*watch(() => listRes.list, () => { const peers = {} listRes.list.map(item => { peers[item.id] = { @@ -170,7 +170,7 @@ }, { immediate: true, - }) + })*/