Browse Source

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

XMLWAN 1 year ago
parent
commit
4d30544a6e
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/api/schedule_template/sch_template.js

+ 9 - 0
src/api/schedule_template/sch_template.js View File

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