Commit 2bf413a4 authored by jiaxu.yan's avatar jiaxu.yan

feat: 跳转地址修改

parent 34479792
...@@ -57,7 +57,9 @@ export default { ...@@ -57,7 +57,9 @@ export default {
methods: { methods: {
goBack() { goBack() {
testConfirm({ taskId: this.$route.query.taskid }).then(res => { testConfirm({ taskId: this.$route.query.taskid }).then(res => {
this.$router.back() this.$router.push({
path: '/processing/unprocessed-review'
})
}) })
}, },
handlePreview() { handlePreview() {
......
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