From 846addf27730f5d14f6b64008fd04af1c26ec94b Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Tue, 16 Dec 2025 17:03:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ws?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 328b88b..eafd65a 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -2321,7 +2321,7 @@ const batchShild3 = () => { // 获取固定物列表 const getShildTableList = () => { - if (currentPage3.value > dotIndex2.value) { + if (pageSize3.value < dotIndex2.value) { dotIndex2.value = -1 } getShildList({ @@ -2335,7 +2335,7 @@ const getShildTableList = () => { } // 获取处置列表 const getObstacleList = () => { - if (currentPage4.value > dotIndex2.value) { + if (pageSize4.value < dotIndex2.value) { dotIndex2.value = -1 } PostDealObstacleModel({