From 9d77c481b61e30509c8bbe3a06ba00d7ddda5a62 Mon Sep 17 00:00:00 2001 From: bob Date: Thu, 5 Jan 2023 20:15:09 +0800 Subject: [PATCH] feat(oa-project-flow) comment invalid function --- .../src/views/flowable/oa-project-flow.vue | 3 +- .../views/flowable/task/finished/index.vue | 34 +++++++++---------- .../src/views/flowable/task/record/index.vue | 2 +- 3 files changed, 20 insertions(+), 19 deletions(-) diff --git a/ruoyi-ui/src/views/flowable/oa-project-flow.vue b/ruoyi-ui/src/views/flowable/oa-project-flow.vue index d3938fc..c6bf6a9 100644 --- a/ruoyi-ui/src/views/flowable/oa-project-flow.vue +++ b/ruoyi-ui/src/views/flowable/oa-project-flow.vue @@ -133,7 +133,8 @@ export default { /** 启动流程 */ startFlow(){ definitionStart(this.oaProjectFlowId, JSON.stringify(this.form)).then(res => { - this.msgSuccess(res.msg); + this.msgSuccess(res.msg).then(() => this.$router.push('/task/process')); + }) }, /** 获取最新流程id */ getLatestIdByKey(){ diff --git a/ruoyi-ui/src/views/flowable/task/finished/index.vue b/ruoyi-ui/src/views/flowable/task/finished/index.vue index 95e92a3..899c65e 100644 --- a/ruoyi-ui/src/views/flowable/task/finished/index.vue +++ b/ruoyi-ui/src/views/flowable/task/finished/index.vue @@ -52,23 +52,23 @@ - - - + + + + + + + + + + + + + + + + + 委派--> - 退回 + 驳回