408249787 před 2 roky
rodič
revize
7f94cb12ea
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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 } })