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){