Browse Source

'更新床位api'

yaodeguang 4 weeks ago
parent
commit
f6e9dc2523
1 changed files with 12 additions and 0 deletions
  1. 12 0
      src/api/medical-advice/patient-info.js

+ 12 - 0
src/api/medical-advice/patient-info.js

@@ -1,5 +1,17 @@
 import request from "../../utils/request";
 
+/**
+ * 更新床位
+ * @param data
+ * @returns {AxiosPromise}
+ */
+export function updateZyBedMiByZyActPatient(data) {
+    return request({
+        url: '/medicalAdvice/adjustBed/updateZyBedMiByZyActPatient',
+        method: 'post',
+        data,
+    })
+}
 /**
  * 确认预分配床位
  * @param data