From 8eaf9b4f20a579d5e69f80c72a488249ea3f6aff Mon Sep 17 00:00:00 2001 From: bob Date: Wed, 15 Mar 2023 15:57:50 +0800 Subject: [PATCH] fix(flow) flow reject status --- ruoyi-ui/src/views/flowable/task/record/resubmit.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ruoyi-ui/src/views/flowable/task/record/resubmit.vue b/ruoyi-ui/src/views/flowable/task/record/resubmit.vue index b55b2d8..1dfd562 100644 --- a/ruoyi-ui/src/views/flowable/task/record/resubmit.vue +++ b/ruoyi-ui/src/views/flowable/task/record/resubmit.vue @@ -420,6 +420,8 @@ export default { complete(this.taskForm).then(response => { this.msgSuccess(response.msg); }); + this.open = false; + }, /** 审批任务 */ taskComplete() {