From 735d92dbbf1be6418fdce20029569a4d50aa4116 Mon Sep 17 00:00:00 2001 From: wbc <942429426@qq.com> Date: Tue, 24 Jun 2025 16:09:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=89=B9=E9=87=8F=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/property/point/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/property/point/index.vue b/src/views/property/point/index.vue index 9039fa4..3c8e9cb 100644 --- a/src/views/property/point/index.vue +++ b/src/views/property/point/index.vue @@ -156,7 +156,7 @@ return false; }; const importChange = () => { - message.success('导入成功'); + // message.success('导入成功'); reload(); }; const reportUpload = async (file: any) => { @@ -168,7 +168,7 @@ return false; }; const reportChange = () => { - message.success('导入成功'); + // message.success('导入成功'); reload(); }; onMounted(() => {