From 4d60ccbba66426d5ef1bb1f4507a11d520ad1127 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期三, 11 五月 2022 17:26:24 +0800
Subject: [PATCH] lct

---
 src/views/doublePreventAction/hiddenDanger/inspectionTask/components/inpectionPoint.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/doublePreventAction/hiddenDanger/inspectionTask/components/inpectionPoint.vue b/src/views/doublePreventAction/hiddenDanger/inspectionTask/components/inpectionPoint.vue
index 083b51d..4b84299 100644
--- a/src/views/doublePreventAction/hiddenDanger/inspectionTask/components/inpectionPoint.vue
+++ b/src/views/doublePreventAction/hiddenDanger/inspectionTask/components/inpectionPoint.vue
@@ -75,6 +75,7 @@
                 this.controlActionVisible = false
             },
             async receiveRiskControlId(value) {
+                debugger
                 this.controlActionVisible  = false
                 if(this.title === '新建巡检计划设定'){
                     if(value){
@@ -85,7 +86,7 @@
                         //     }
                         // })))
                             if(this.inspectionPointData.findIndex(item => item.id === value.id) === -1) {
-                                this.inspectionPointData.push({id:value.id,content:value.riskMeasureDesc})
+                                this.inspectionPointData.push({id:value.id,content:value.troubleshootContent})
                                 this.$emit('giveToForm',this.inspectionPointData)
                             }
                         }

--
Gitblit v1.9.2