lighter пре 1 година
родитељ
комит
39f98a80c3
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      src/views/system/JumpRedirect.vue

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

@@ -47,6 +47,9 @@ const openAddress = {
     }
     console.log(param)
     routerPush(`/mzEmr/${window.btoa(JSON.stringify(data))}`)
+  },
+  '/surgeryManagement': () => {
+    routerPush('/shouShuGuanLi/shouShuAnPai')
   }
 }