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) } }