From 89b1f3f9bf01dbc452fc4dc1eeb21be94a885d2a Mon Sep 17 00:00:00 2001 From: wws <18630710203@163.com> Date: Thu, 23 Nov 2023 10:16:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E6=A3=80=E3=80=81=E5=B7=A1=E6=A3=80?= =?UTF-8?q?=E3=80=81=E4=BF=9D=E5=85=BB=E8=AF=A6=E6=83=85=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E6=A0=87=E5=87=86=E9=87=8D=E5=A4=8DBUG=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device/deviceOrder/index.vue | 4 +++- src/views/device/inspectionWork/index.vue | 1 + src/views/device/maintenanceWork/index.vue | 1 + src/views/device/spotInspectionOrder/index.vue | 4 +++- src/views/device/spotInspectionWork/index.vue | 1 + src/views/device/upkeepOrder/index.vue | 4 +++- 6 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/views/device/deviceOrder/index.vue b/src/views/device/deviceOrder/index.vue index e4bf272..ebcd051 100644 --- a/src/views/device/deviceOrder/index.vue +++ b/src/views/device/deviceOrder/index.vue @@ -481,10 +481,11 @@ label="下限"> { this.workVO = response.data; diff --git a/src/views/device/inspectionWork/index.vue b/src/views/device/inspectionWork/index.vue index 7ed2332..008e318 100644 --- a/src/views/device/inspectionWork/index.vue +++ b/src/views/device/inspectionWork/index.vue @@ -673,6 +673,7 @@ export default { // 展示 showWork(row) { this.reset(); + this.standardListVo = []; const orderId = row.orderId || this.ids getInspectionWork(orderId).then(response => { this.workVO = response.data; diff --git a/src/views/device/maintenanceWork/index.vue b/src/views/device/maintenanceWork/index.vue index 9dfbd74..98b9620 100644 --- a/src/views/device/maintenanceWork/index.vue +++ b/src/views/device/maintenanceWork/index.vue @@ -750,6 +750,7 @@ export default { // 展示 showWork(row) { this.reset(); + this.standardListVo = []; const orderId = row.orderId || this.ids getInspectionWork(orderId).then(response => { this.workVO = response.data; diff --git a/src/views/device/spotInspectionOrder/index.vue b/src/views/device/spotInspectionOrder/index.vue index 831907e..cd2e452 100644 --- a/src/views/device/spotInspectionOrder/index.vue +++ b/src/views/device/spotInspectionOrder/index.vue @@ -472,10 +472,11 @@ label="下限"> { this.workVO = response.data; diff --git a/src/views/device/spotInspectionWork/index.vue b/src/views/device/spotInspectionWork/index.vue index f8bbe7e..b70b2d5 100644 --- a/src/views/device/spotInspectionWork/index.vue +++ b/src/views/device/spotInspectionWork/index.vue @@ -656,6 +656,7 @@ export default { // 展示 showWork(row) { this.reset(); + this.standardListVo = []; const orderId = row.orderId || this.ids getInspectionWork(orderId).then(response => { this.workVO = response.data; diff --git a/src/views/device/upkeepOrder/index.vue b/src/views/device/upkeepOrder/index.vue index 25f474d..d99b5e7 100644 --- a/src/views/device/upkeepOrder/index.vue +++ b/src/views/device/upkeepOrder/index.vue @@ -919,10 +919,11 @@ label="下限"> { this.workVO = response.data;