Przeglądaj źródła

Merge branches '2022-10-17_vue_schedule_branch' and '20220812' of http://git.shengws.com/csx/Vue_New into 20220812

XMLWAN 1 rok temu
rodzic
commit
4d30544a6e
1 zmienionych plików z 9 dodań i 0 usunięć
  1. 9 0
      src/api/schedule_template/sch_template.js

+ 9 - 0
src/api/schedule_template/sch_template.js Wyświetl plik

@@ -158,4 +158,13 @@ export function getSmartSchByPatient(patient_id) {
158 158
   })
159 159
 }
160 160
 
161
+export function getTemplateSmartDevices(params) {
162
+  return request({
163
+    url: '/api/schtemplate_device/get',
164
+    method: 'get',
165
+    params: params,
166
+  })
167
+}
168
+
169
+
161 170