From a037a184ba19a3323a3c064b71cb06d0aa47dc16 Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 14 Mar 2025 13:42:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4=E8=BD=A6=E9=97=B4?= =?UTF-8?q?=E5=BA=93=E5=AD=98=E5=90=88=E6=89=B9=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/handover_form.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/wpm_bx/handover_form.vue b/src/views/wpm_bx/handover_form.vue index d286f7df..5c91b06a 100644 --- a/src/views/wpm_bx/handover_form.vue +++ b/src/views/wpm_bx/handover_form.vue @@ -618,9 +618,9 @@ export default { that.$refs.dialogForm.validate(async (valid) => { if (valid) { if(that.mtype==30){ - that.form.recive_mgroup = that.mgroupId; + that.form.mtype = 30; + that.form.recive_mgroup = that.form.send_mgroup; } - console.log('that.form.recive_mgroup',that.form.recive_mgroup); if (that.mode == "add") { that.$API.wpm.handover.create.req(that.form).then((res) => { if(that.type==40||that.mtype==30){