This commit is contained in:
chenjianxing 2020-07-21 22:21:08 +08:00
commit dabfb990c3
1 changed files with 2 additions and 0 deletions

View File

@ -161,6 +161,8 @@
this.$router.push({
path: '/api/test/edit?id=' + this.test.id
})
} else {
this.$router.push({path: '/api/test/list/all'})
}
})
},