From 40d6e28db3619ff818b3391cf9767c203b800818 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Thu, 13 Mar 2025 15:39:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/comment.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/comment.vue b/src/views/comment.vue index 344c178..15d8d17 100644 --- a/src/views/comment.vue +++ b/src/views/comment.vue @@ -184,6 +184,7 @@ const loadMore=()=>{ getList(); } const init= async(caseId,projectId)=>{ + list.value=[]; document.documentElement.scrollTop = 0; document.body.scrollTop = 0; case_id.value=caseId;