From 8db1be8ebb65735d0f9880cf81703df98fc81ec6 Mon Sep 17 00:00:00 2001 From: lyfO_o <764716047@qq.com> Date: 星期四, 19 五月 2022 16:12:22 +0800 Subject: [PATCH] 风险缝隙单元:v1 --- src/views/doublePreventAction/hiddenDanger/inspectionTask/components/inpectionPoint.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/doublePreventAction/hiddenDanger/inspectionTask/components/inpectionPoint.vue b/src/views/doublePreventAction/hiddenDanger/inspectionTask/components/inpectionPoint.vue index d5607ac..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) } } @@ -111,7 +112,6 @@ }, deleteById(value){ if(this.title === '新建巡检计划设定'){ - debugger this.inspectionPointData.splice(value,1) }else{ this.$confirm('删除此条措施,是否继续','提示',{ -- Gitblit v1.9.2