Procházet zdrojové kódy

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

XMLWAN před 1 rokem
rodič
revize
4d30544a6e
1 změnil soubory, kde provedl 9 přidání a 0 odebrání
  1. 9 0
      src/api/schedule_template/sch_template.js

+ 9 - 0
src/api/schedule_template/sch_template.js Zobrazit soubor

@@ -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