From 430adcb88df5cc1cf44149b0b0f9df47dd273f38 Mon Sep 17 00:00:00 2001 From: lijun Date: Tue, 16 Sep 2025 15:14:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=86=E6=9E=B6=E8=A1=A8=E6=A0=BC=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=97=B6=E9=A1=B5=E9=9D=A2=E5=8D=A1=E6=AD=BB=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AnjiPlus/anji-crud/anji-crud.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/AnjiPlus/anji-crud/anji-crud.vue b/src/components/AnjiPlus/anji-crud/anji-crud.vue index a775667..91c99c8 100644 --- a/src/components/AnjiPlus/anji-crud/anji-crud.vue +++ b/src/components/AnjiPlus/anji-crud/anji-crud.vue @@ -288,7 +288,6 @@ >{{ handlegetLable(scope.row, item.label) }} -
{ + this.records = data.records; + this.total = data.total; + }) }, // 重置 handleResetForm() {