From b4d1f06ceae363106cb39e57f6a22a17b0dc2303 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Fri, 6 Sep 2024 17:43:00 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=A7=A3=E5=86=B3=E6=B8=85=E7=A9=BA=E5=90=8E?= =?UTF-8?q?=E5=8F=8C=E5=90=91=E7=BB=91=E5=AE=9A=E5=A4=B1=E6=95=88=E7=9A=84?= =?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/views/layout/components/main/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/layout/components/main/index.vue b/src/views/layout/components/main/index.vue index c004411c..24c41b61 100644 --- a/src/views/layout/components/main/index.vue +++ b/src/views/layout/components/main/index.vue @@ -583,7 +583,6 @@ const upload_change = async (uploadFile: UploadFile) => { // 清空列表 const clear_click = () => { app?.appContext.config.globalProperties.$common.message_box('清空后不可恢复,确定继续吗?', 'warning').then(() => { - page_settings(); emits('clear'); }); };