fix:退货交接后表格刷新
This commit is contained in:
parent
ee8c066835
commit
cc53e681c5
|
|
@ -565,6 +565,7 @@ export default {
|
|||
that.$API.wf.ticket.create.req(ticket).then((res) => {
|
||||
that.isSaveing = false;
|
||||
that.visible = false;
|
||||
that.$emit("success");
|
||||
that.$message.success("提交成功");
|
||||
}).catch((e) => {
|
||||
that.isSaveing = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue