lct
Your Name
2022-08-23 3c647d3837f7a1c2c146b7d4c39a87174782215f
src/views/doublePreventAction/riskLevelManage/checkUnit/index.vue
@@ -232,9 +232,8 @@
                    this.inspectionTaskForm.measureList = []
                    if(value.measureList !== null){
                        this.inspectionTaskForm.measureList = JSON.parse(JSON.stringify(value.measureList.map( item => {
                            return {
                                id:item.id,
                            }
                            return item.id
                        })))
                    }