From 83dc8464b6ff06f4a03fe6cfc5be5c1a79096671 Mon Sep 17 00:00:00 2001 From: glj Date: Tue, 23 May 2023 18:08:20 +0800 Subject: [PATCH] =?UTF-8?q?glj-=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataService/otherData/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dataService/otherData/index.vue b/src/views/dataService/otherData/index.vue index f12070a..c5beb58 100644 --- a/src/views/dataService/otherData/index.vue +++ b/src/views/dataService/otherData/index.vue @@ -222,7 +222,7 @@ const batchDel = () => { ElMessage.success('delete successfully'); }) }) - .catch(() => { }); + .catch(() => {}); } // 删除其他数据 const del = (row) => {