From 35f4b67d5ba6e318bae3724957993cb56ae2d10d Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Tue, 9 Sep 2025 20:11:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../material/stquery/deviceStatusRecord.vue | 33 ++++++++++++++++--- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/src/views/material/stquery/deviceStatusRecord.vue b/src/views/material/stquery/deviceStatusRecord.vue index 64235c47..d7ddbfb8 100644 --- a/src/views/material/stquery/deviceStatusRecord.vue +++ b/src/views/material/stquery/deviceStatusRecord.vue @@ -90,17 +90,39 @@ + + + + + + @@ -303,7 +325,7 @@ - + @@ -868,7 +890,7 @@ export default { }, // ------------------ //查看在修设备 - openRepairRecords(row) { + openRepairRecords(row,type) { this.openRepairRecord = true this.dialogRepairQuery.typeId= row.typeId this.dialogRepairQuery.pageNum = 1; @@ -876,6 +898,7 @@ export default { this.dialogRepairQuery.pageNum = 1 this.dialogRepairQuery.pageSize = 10 this.repairRecordList = [] + this.dialogRepairQuery.type=type this.getRepairRecords() }, /** 查询在修设备列表 */