test_user 2 years ago
parent
commit
6c6c43a442
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
   })
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