From 87e3528ee119fd205b566e801ab4dfac5bd2d0fc Mon Sep 17 00:00:00 2001 From: raoyongjun <2641346316@qq.com> Date: Fri, 10 May 2024 20:19:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E9=80=89=E4=B8=AD?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Header/RecycleModal.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/layout/components/Header/RecycleModal.vue b/src/layout/components/Header/RecycleModal.vue index bd9a441..230aa94 100644 --- a/src/layout/components/Header/RecycleModal.vue +++ b/src/layout/components/Header/RecycleModal.vue @@ -200,8 +200,10 @@ async function featchList() { const app = getCurrentInstance() const updateHtml = debounce(() => { - app?.appContext.app.$waterfall?.forceUpdate() -}, 1600) + // app?.appContext.app.$waterfall?.forceUpdate() + console.log('更新页面了') + waterfallRef.value?.resize() +}, 200) async function loadMore() { console.log('可疑文件夹出来了11111111111111', loading, el.value) @@ -305,7 +307,7 @@ function imUpdateSelectIds(x: number, y: number, w: number, h: number) { selectedApproveItems.value.push(item) } }) - + console.log('selectedApproveItems.value可疑选中了。。。。。。。。', selectedApproveItems.value) updateHtml() } @@ -507,7 +509,7 @@ function remove() { } function setBatch(value, isUpdate?) { - console.log('执行了设置夸勾选-------------') + // console.log('执行了设置可疑勾选-------------') if (value && batch.value) batch.value = !value else @@ -879,7 +881,7 @@ watch(() => show.value, async (newVal) => { :style="{ backgroundImage: `url(${loading ? bgLoadingImg : 'none'})`, display: 'none' }" /> -- 2.39.3