From adada825bad5807ccf23b784f17c5cdf6a16e674 Mon Sep 17 00:00:00 2001 From: "34701892@qq.com" <34701892@qq.com> Date: Thu, 9 Oct 2025 20:51:16 +0800 Subject: [PATCH] =?UTF-8?q?refactor(richedit):=20=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E6=8E=89=E7=A7=BB=E5=8A=A8=E7=AB=AF=E6=8E=92=E5=BA=8F=E6=B8=85?= =?UTF-8?q?=E9=99=A4=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 由于移动端排序功能暂不需要清除逻辑,先注释掉相关代码 --- src/views/pages/richedit/indexMobile.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/pages/richedit/indexMobile.vue b/src/views/pages/richedit/indexMobile.vue index b60504a..1a9665e 100644 --- a/src/views/pages/richedit/indexMobile.vue +++ b/src/views/pages/richedit/indexMobile.vue @@ -365,7 +365,7 @@ function restData() { form.value.rating = null; form.value.orderBy = null; - sortRef.value.clearSort(); + // sortRef.value.clearSort(); tableData.page = 1; getData();