From f8cbef962542a269a953407b8788ce3136674e80 Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Wed, 27 Nov 2024 14:34:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E9=9B=86=E6=96=87=E4=BB=B6=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/clientDownFile/downrecord/index.vue | 2 +- src/views/dataTransfer/downrecord/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/clientDownFile/downrecord/index.vue b/src/views/clientDownFile/downrecord/index.vue index 69c992f5..287e7ade 100644 --- a/src/views/clientDownFile/downrecord/index.vue +++ b/src/views/clientDownFile/downrecord/index.vue @@ -136,7 +136,7 @@ export default { .then((res) => { console.log(res); this.recordData = res.data.content; - this.total = res.data.totalPages; + this.total = res.data.totalElements; }) .catch((err) => { console.log(err); //代码错误、请求失败捕获 diff --git a/src/views/dataTransfer/downrecord/index.vue b/src/views/dataTransfer/downrecord/index.vue index 84eada11..b69539ab 100644 --- a/src/views/dataTransfer/downrecord/index.vue +++ b/src/views/dataTransfer/downrecord/index.vue @@ -33,7 +33,7 @@ {{ scope.row.id }} --> - + @@ -135,7 +135,7 @@ export default { .then((res) => { console.log(res); this.recordData = res.data.content; - this.total = res.data.totalPages; + this.total = res.data.totalElements; }) .catch((err) => { console.log(err); //代码错误、请求失败捕获