Commit 9aa4cde5 authored by zhanglw's avatar zhanglw

x

parent edd05f12
...@@ -56,7 +56,12 @@ export const HttpReq = { ...@@ -56,7 +56,12 @@ export const HttpReq = {
dynamic: function(params) { dynamic: function(params) {
return request({ return request({
url: 'api/dynamic?' + qs.stringify(params, { indices: false }), url: 'api/dynamic?' + qs.stringify(params, { indices: false }),
dataType: 'json', method: 'get'
})
},
findDevicesByProjectId: function(params) {
return request({
url: 'api/dynamic/findDevicesByProjectId?' + qs.stringify(params, { indices: false }),
method: 'get' method: 'get'
}) })
}, },
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment