From a8caf77ebfd5080b4b484eca91a44bfdcae34f49 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期四, 19 五月 2022 17:42:13 +0800 Subject: [PATCH] 'lct' --- src/views/doublePreventAction/hiddenDanger/inspectionTask/index.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/doublePreventAction/hiddenDanger/inspectionTask/index.vue b/src/views/doublePreventAction/hiddenDanger/inspectionTask/index.vue index f5b4d14..01f12bd 100644 --- a/src/views/doublePreventAction/hiddenDanger/inspectionTask/index.vue +++ b/src/views/doublePreventAction/hiddenDanger/inspectionTask/index.vue @@ -454,7 +454,7 @@ execUid: null, intervalSeconds: null, noticeSeconds: null, - noticeUid: null, + // noticeUid: null, title:'', riskControlMeasureIdList: [ ], @@ -595,11 +595,11 @@ }) }, receiveToForm(value) { - // this.inspectionTaskForm.riskControlMeasureIdList = [] - // this.inspectionTaskForm.riskControlMeasureIdList = value.map( item => { - // return item.id - // }) - this.inspectionTaskForm.riskControlMeasureIdList.push({id:value.id}) + this.inspectionTaskForm.riskControlMeasureIdList = [] + this.inspectionTaskForm.riskControlMeasureIdList = value.map( item => { + return item.id + }) + // this.inspectionTaskForm.riskControlMeasureIdList.push({id:value.id}) }, refreshHandle(){ this.getInspectionTaskData() -- Gitblit v1.9.2