fix:快速创建调整

This commit is contained in:
shijing 2025-09-18 09:30:44 +08:00
parent 9f66afc6b2
commit cefd2173ff
1 changed files with 11 additions and 5 deletions

View File

@ -463,12 +463,18 @@ export default {
that.bwItemForms.forEach(item=>{
item.mlogb = res.mlogbin;
})
that.$API.wpm.mlogbw.create.req(that.bwItemForms).then((res1) => {})
}
that.$API.wpm.mlogbw.create.req(that.bwItemForms).then((res1) => {
that.isSaveing = false;
that.$emit("success",res.mlog);
that.visible = false;
that.$message.success("操作成功");
})
}else{
that.isSaveing = false;
that.$emit("success",res.mlog);
that.visible = false;
that.$message.success("操作成功");
}
}).catch(()=>{
that.isSaveing = false;
});