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;