From 87c57898e04dfba3e6363c954632289cab05b839 Mon Sep 17 00:00:00 2001 From: violarong Date: Mon, 11 Mar 2024 16:41:45 +0800 Subject: [PATCH] =?UTF-8?q?fix(TableView):=20=E6=95=B0=E6=8D=AE=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E5=88=9D=E5=A7=8B=E6=8E=92=E5=BA=8F,=E7=AC=AC?= =?UTF-8?q?=E4=B8=80=E6=AC=A1=E5=8A=A0=E8=BD=BD=E8=A1=A8=E6=A0=BC=E6=97=B6?= =?UTF-8?q?=E4=B8=8D=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/DataSource/new.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/DataSource/new.js b/src/utils/DataSource/new.js index 7fb2bd4a7..aae85ad99 100644 --- a/src/utils/DataSource/new.js +++ b/src/utils/DataSource/new.js @@ -181,7 +181,7 @@ const VueDataSource = Vue.extend({ if (!this.remote) { this.initialLoaded = true; this.originTotal = this.data.length; - this.arrange(this.data.slice(this.offset, this.offset + this.limit)); + this.arrange(); } }, methods: {