lyfO_o
2022-05-24 f15b467c2233ba069459c809fffbe994692e3315
src/views/doublePreventAction/hiddenDanger/inspectionTask/components/inpectionPoint.vue
@@ -79,7 +79,6 @@
                this.controlActionVisible  = false
                if(this.title === '新建巡检计划设定'){
                    if(value){
                        debugger
                        this.inspectionPointData = JSON.parse(JSON.stringify(value.map( item => {
                            return {
                                id:item.id,
@@ -142,7 +141,6 @@
                this.inspectionPointData = res.data.result.checkContents
            },
            keepValue(value){
                debugger
                this.keepValueList = value
            }
        }