From ae1964ec92704c32891c44e41de3479806ceeb36 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 1 Jul 2025 15:09:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=88=91=E7=9A=84=E5=B7=A5=E5=8D=95?= =?UTF-8?q?=E4=B8=AD=E6=B7=BB=E5=8A=A0=E6=92=A4=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wf/ownerwork.vue | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/src/views/wf/ownerwork.vue b/src/views/wf/ownerwork.vue index 84b0ce4a..ad7ae549 100644 --- a/src/views/wf/ownerwork.vue +++ b/src/views/wf/ownerwork.vue @@ -87,19 +87,13 @@ 关闭 --> - + >撤回 @@ -210,12 +204,12 @@ export default { }) .then(async () => { if (that.handleTitle === "撤回工单") { - res = that.$API.wf.ticket.ticketRetreat.req( + res = await that.$API.wf.ticket.ticketRetreat.req( that.ticketId, that.handleForm ); } else { - res = that.$API.wf.ticket.ticketClose.req( + res = await that.$API.wf.ticket.ticketClose.req( that.ticketId, that.handleForm );