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;