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 @@
-
-
- 流转记录
- 撤回
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
委派-->
- 退回
+
驳回