From f389b5f98c980194414eaeb8e78aada5e5813f9a Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Thu, 9 Jan 2025 17:11:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BC=96=E8=AF=91=E9=97=AE=E9=A2=98bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D,=E6=9C=80=E5=90=8E=E4=B8=80=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 4e694c1..2a03159 100644 --- a/src/views/wxmp/wxuser/index.vue +++ b/src/views/wxmp/wxuser/index.vue @@ -246,7 +246,7 @@ function synchroWxUserF() { }) .catch(() => {}) } - +//test function sortChange(val) { const prop = val.prop ? val.prop.replace(/([A-Z])/g, '_$1').toLowerCase() : '' if (val.order == 'ascending') {