初版
This commit is contained in:
@@ -68,4 +68,11 @@ export function changeLock(data) {
|
||||
})
|
||||
}
|
||||
|
||||
export default { add, edit, del, changeActive, findPoints, getPoint, getRegion, changeUsed, changeLock }
|
||||
export function getDevice() {
|
||||
return request({
|
||||
url: 'api/point/getDevice',
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
|
||||
export default { add, edit, del, changeActive, findPoints, getPoint, getRegion, changeUsed, changeLock, getDevice }
|
||||
|
||||
Reference in New Issue
Block a user