|
@@ -494,10 +494,10 @@ export default {
|
|
|
routeUrl = this.$router.resolve({ path: '/check/polling-job/finish', query: { id: id } })
|
|
|
}
|
|
|
if (keyNum === 3) {
|
|
|
- routeUrl = this.$router.resolve({ path: '/repair/form', query: { id: id } })
|
|
|
+ routeUrl = this.$router.resolve({ path: '/repair/form', query: { sbId: id } })
|
|
|
}
|
|
|
if (keyNum === 4) {
|
|
|
- routeUrl = this.$router.resolve({ path: '/repair/form', query: { id: id } })
|
|
|
+ routeUrl = this.$router.resolve({ path: '/repair/fee', query: { sbId: id } })
|
|
|
}
|
|
|
if (keyNum === 5) {
|
|
|
routeUrl = this.$router.resolve({ path: '/status/log', query: { id: id } })
|