add: 区域编码
This commit is contained in:
@@ -31,6 +31,13 @@ export function getWorkprocedure() {
|
||||
})
|
||||
}
|
||||
|
||||
export function getAllRegions() {
|
||||
return request({
|
||||
url: 'api/device/getAllRegions',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
export function getItemByDevice(data) {
|
||||
return request({
|
||||
url: 'api/device/getItemByDevice',
|
||||
@@ -71,4 +78,4 @@ export function changeActive(data) {
|
||||
})
|
||||
}
|
||||
|
||||
export default { add, edit, del, getWorkprocedure, getItemByDeviceId, copyAdd, changeActive }
|
||||
export default { add, edit, del, getWorkprocedure, getItemByDeviceId, copyAdd, changeActive, getAllRegions }
|
||||
|
||||
Reference in New Issue
Block a user