Browse Source

添加检验报告的重定向

lighter 1 year ago
parent
commit
ebaf86203b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/system/JumpRedirect.vue

+ 3 - 0
src/views/system/JumpRedirect.vue

@@ -50,6 +50,9 @@ const openAddress = {
   },
   '/surgeryManagement': () => {
     routerPush('/shouShuGuanLi/shouShuAnPai')
+  },
+  '/inspectionResult': () => {
+    routerPush('/inspections/inspectionReportIndex')
   }
 }