From 7518b85d71265530126104f47cd29ac6c2dec151 Mon Sep 17 00:00:00 2001 From: songhuangfeng123 <shf18767906695@163.com> Date: 星期五, 01 四月 2022 18:12:03 +0800 Subject: [PATCH] fix --- src/views/safetyproduction/review.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/views/safetyproduction/review.vue b/src/views/safetyproduction/review.vue index 1ff27b8..307f748 100644 --- a/src/views/safetyproduction/review.vue +++ b/src/views/safetyproduction/review.vue @@ -290,6 +290,12 @@ this.form=JSON.parse(JSON.stringify(data)); }, addC(){ + for(let i = 0;i<this.list.selfDeductionList.length;i++){ + if (this.form.id=this.list.selfDeductionList[i].id){ + this.list.selfDeductionList[i].point = this.form.point + this.list.selfDeductionList[i].remark = this.form.remark + } + } this.dialogVisible = false; }, lost() { -- Gitblit v1.9.2