From ec21827aa42a48466ee60ecf0f20cd53c4b89173 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Thu, 9 Jan 2025 16:49:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=87=AA=E6=B5=8B=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 2137abcaa7f2b7dd30fb944f00929f64148015e4) --- src/views/wxmp/wxuser/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wxmp/wxuser/index.vue b/src/views/wxmp/wxuser/index.vue index 86e409b..4e694c1 100644 --- a/src/views/wxmp/wxuser/index.vue +++ b/src/views/wxmp/wxuser/index.vue @@ -339,7 +339,7 @@ function handleDel(row, index) { }) getPageF(data.page) }) - .catch(function (_err) {}) + .catch(function () {}) } function handleUpdate(row, index, done, loading) {