点位类型状态显示
This commit is contained in:
@@ -32,4 +32,20 @@ export function changeActive(data) {
|
||||
})
|
||||
}
|
||||
|
||||
export default { add, edit, del, changeActive }
|
||||
export function getPointStatusSelectById(id) {
|
||||
return request({
|
||||
url: 'api/region/getPointStatusSelectById',
|
||||
method: 'post',
|
||||
data: id
|
||||
})
|
||||
}
|
||||
|
||||
export function getPointTypeSelectById(id) {
|
||||
return request({
|
||||
url: 'api/region/getPointTypeSelectById',
|
||||
method: 'post',
|
||||
data: id
|
||||
})
|
||||
}
|
||||
|
||||
export default { add, edit, del, changeActive, getPointStatusSelectById, getPointTypeSelectById }
|
||||
|
||||
Reference in New Issue
Block a user