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

feat: 跳转地址修改

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