From c6b69a7d0286ef34c2c2cf9f4b17cfe55a9e421a Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Fri, 27 Dec 2024 00:25:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E6=95=B0=E6=8D=AE=E9=9A=94?= =?UTF-8?q?=E7=A6=BB=EF=BC=8Cbug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/process/orgExam/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/process/orgExam/index.vue b/src/views/process/orgExam/index.vue index fc06931..3b7f21f 100644 --- a/src/views/process/orgExam/index.vue +++ b/src/views/process/orgExam/index.vue @@ -478,10 +478,16 @@ } if (valid) { + console.log("同意",this.form) let param = { id:this.form.id, isCheck:'1', examineOpinion:this.form.examineOpinion, + oldOrgId:this.form.oldOrgId, + oldOrgName:this.form.oldOrgName, + newOrgId:this.form.newOrgId, + newOrgName:this.form.newOrgName, + userId:this.form.userId, } this.changExamStatus(param) }