From 49a6c09f1b776d0645ee89e9a29fd549baf2fa39 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Thu, 23 Jan 2025 11:33:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/businessManagement/inspection/task.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/businessManagement/inspection/task.vue b/src/views/businessManagement/inspection/task.vue index a219428..bbd7752 100644 --- a/src/views/businessManagement/inspection/task.vue +++ b/src/views/businessManagement/inspection/task.vue @@ -591,10 +591,10 @@ export default { 'Blade-Auth': 'bearer ' + getToken(), 'Blade-Requested-With': 'BladeHttpRequest' } - getChildList(1, 100, '1858710780677984257').then(res => { + getChildList(1, 99999, '1858710780677984257').then(res => { this.periodArr = res.data.data }) - getDeviceList({ current: 1, size: 100 }).then(res => { + getDeviceList({ current: 1, size: 99999 }).then(res => { this.deviceList = res.data.data.records this.deviceList.forEach(item => { item.disabled = false