408249787 2 lat temu
rodzic
commit
7f94cb12ea
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/views/sb/info/modules/Detail.vue

+ 2 - 2
src/views/sb/info/modules/Detail.vue

@@ -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 } })