408249787 2 년 전
부모
커밋
7f94cb12ea
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 } })