From 2ad26d9326d92526feb4278c80789afc052bce09 Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Thu, 29 Jan 2026 13:16:17 +0800 Subject: [PATCH] =?UTF-8?q?fix--=E7=BB=B4=E6=9D=83=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E6=9F=A5=E4=B8=8D=E5=88=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/rightsComfort/Rights.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/rightsComfort/Rights.vue b/src/views/rightsComfort/Rights.vue index 741aaa7..6371341 100644 --- a/src/views/rightsComfort/Rights.vue +++ b/src/views/rightsComfort/Rights.vue @@ -234,7 +234,7 @@ const list = ref([]); const query = ref({ current: 1, size: 10, - code:'2' + // code:'2' }); const total = ref(0); const loading = ref(false);