Your Name
2022-09-28 fe48637b8197e55cb2b454f79d29dab88bd5f7dd
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
                        })))
                    }