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(); -});