fix:退货交接后表格刷新

This commit is contained in:
shijing 2025-07-25 17:12:57 +08:00
parent ee8c066835
commit cc53e681c5
1 changed files with 1 additions and 0 deletions

View File

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