From 27d6c869e1fac29b6e267f1ccfb1373658bbdffa Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期四, 19 五月 2022 17:42:28 +0800 Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/ztqt --- 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