From 251cf7d66f3deb64e7b8a0b948a6ddfc822caab4 Mon Sep 17 00:00:00 2001 From: wangyifeng <812766448@qq.com> Date: Fri, 11 Apr 2025 15:52:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3AI=E7=BC=96=E8=BE=91=E5=99=A8?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E8=A1=A5=E5=85=A8=E4=BB=A3=E7=A0=81=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E7=9A=84=E6=95=B0=E6=8D=AE=E6=BA=90=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/dialog/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/dialog/index.vue b/src/pages/dialog/index.vue index 4eacb20..ed9af97 100644 --- a/src/pages/dialog/index.vue +++ b/src/pages/dialog/index.vue @@ -1498,7 +1498,7 @@ const initData = async () => { } await onLoad({ ...objT }) if(doLocalPaging){ - zpagingRef.value?.setLocalPaging(dialogueList.records) + zpagingRef.value?.setLocalPaging(records.value) } }