fix:快速创建调整
This commit is contained in:
parent
9f66afc6b2
commit
cefd2173ff
|
@ -463,12 +463,18 @@ export default {
|
||||||
that.bwItemForms.forEach(item=>{
|
that.bwItemForms.forEach(item=>{
|
||||||
item.mlogb = res.mlogbin;
|
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("操作成功");
|
||||||
}
|
}
|
||||||
that.isSaveing = false;
|
|
||||||
that.$emit("success",res.mlog);
|
|
||||||
that.visible = false;
|
|
||||||
that.$message.success("操作成功");
|
|
||||||
}).catch(()=>{
|
}).catch(()=>{
|
||||||
that.isSaveing = false;
|
that.isSaveing = false;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue