浏览代码

手术安排重定向

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