fix:添加刷新
This commit is contained in:
parent
f162eb489b
commit
825763f966
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue