From 74379dad29eaa6e3ff0fe339e477e95c34f601ea Mon Sep 17 00:00:00 2001 From: jinna Date: Thu, 23 Jan 2025 18:04:56 +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/device/deviceSystem.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/device/deviceSystem.vue b/src/views/device/deviceSystem.vue index 2c693e5..d2b1130 100644 --- a/src/views/device/deviceSystem.vue +++ b/src/views/device/deviceSystem.vue @@ -582,17 +582,17 @@ export default { } } this.role_id = this.userInfo.role_id - getChildList(1, 100, '1846792623628001282').then(res => { + getChildList(1, 99999, '1846792623628001282').then(res => { this.treeOptions = res.data.data }) - getChildList(1, 100, '1846802246527463425').then(res => { + getChildList(1, 99999, '1846802246527463425').then(res => { this.typeList = res.data.data }) - getChildList(1, 100, '1858710780677984257').then(res => { + getChildList(1, 99999, '1858710780677984257').then(res => { this.periodArr = res.data.data }) // 维修类型 - getChildList(1, 100, '1869925082102702082').then(res => { + getChildList(1, 99999, '1869925082102702082').then(res => { this.repairTypeList = res.data.data this.repairTypeList.forEach(item => { item.dictKey = Number(item.dictKey) @@ -822,7 +822,7 @@ export default { }) }) res.data.data.maintenances.map(item => { - this.tableData.push({ ...item, period: item.period }) + this.tableData.push({ ...item, period: item.period + '' }) }) this.addForm.xjcontent = this.tableData.length > 0 ? this.tableData.map(item => item.checkContent).join(';') : '' this.addForm.requirement = this.tableData.length > 0 ? this.tableData.map(item => item.craft).join(';') : ''