Commit 433e6e32 authored by zhang's avatar zhang

feat: 发起任务成功后跳转到任务处理-待办任务

parent 5e88c846
...@@ -1193,7 +1193,7 @@ export default { ...@@ -1193,7 +1193,7 @@ export default {
if (response.code === 200) { if (response.code === 200) {
this.$modal.msgSuccess('发布成功') this.$modal.msgSuccess('发布成功')
this.$router.push({ this.$router.push({
path: '/task/on' path: '/processing/unprocessed-review'
}) })
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment