From 825763f96666fba3673cce8fe457d8ae64ca16e7 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 12 Mar 2025 13:32:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlogb_form.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/wpm_bx/mlogb_form.vue b/src/views/wpm_bx/mlogb_form.vue index a7003ba8..2ce96381 100644 --- a/src/views/wpm_bx/mlogb_form.vue +++ b/src/views/wpm_bx/mlogb_form.vue @@ -295,7 +295,9 @@ export default { if(that.scanKyes!=='mat'&&that.mlogbInCount>1){ //当批次数量不为1时 that.bwItemForm.mlogb = res.id; - that.$API.wpm.mlogbw.create.req(that.bwItemForm).then((res) => {}) + that.$API.wpm.mlogbw.create.req(that.bwItemForm).then((res) => { + that.$emit("closed"); + }) } that.$emit("closed"); that.visible = false;