test_user 2 years ago
parent
commit
12ccada4cf
1 changed files with 10 additions and 0 deletions
  1. 10 0
      src/api/his/his_hospital.js

+ 10 - 0
src/api/his/his_hospital.js View File

@@ -19,6 +19,16 @@ export function refundDetail(params) {
19 19
   });
20 20
 }
21 21
 
22
+export function exportData(params) {
23
+  return request({
24
+    url: "/api/exportuncharge/get",
25
+    method: "get",
26
+    params:params
27
+  });
28
+}
29
+
30
+
31
+
22 32
 
23 33
 
24 34