XMLWAN 4 years ago
parent
commit
4cd76c3e9c
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/api/patient.js

+ 9 - 0
src/api/patient.js View File

473
     method:"get",
473
     method:"get",
474
     params:params
474
     params:params
475
   })
475
   })
476
+}
477
+
478
+export function getAccessList(params){
479
+  
480
+  return request({
481
+    url:"/api/patient/getaccesslist",
482
+    method:"get",
483
+    params:params
484
+  })
476
 }
485
 }