fix:添加刷新

This commit is contained in:
shijing 2025-03-12 13:32:47 +08:00
parent f162eb489b
commit 825763f966
1 changed files with 3 additions and 1 deletions

View File

@ -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;