test_user hace 2 años
padre
commit
6c6c43a442
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      src/api/schedule_template/sch_template.js

+ 9 - 0
src/api/schedule_template/sch_template.js Ver fichero

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