From 108344c8204c65a1fd9fd0622d8ba7a34401ab6a Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Tue, 2 Dec 2025 17:59:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/fileManager/components/rectificationList.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/views/fileManager/components/rectificationList.vue b/src/views/fileManager/components/rectificationList.vue index e4983483..0aa7a1ea 100644 --- a/src/views/fileManager/components/rectificationList.vue +++ b/src/views/fileManager/components/rectificationList.vue @@ -267,11 +267,6 @@ const handleRemove = async (row) => { console.error('删除请求异常:', error) } } - -// 初始加载 -onMounted(() => { - onLoad(); -});