代码更新
This commit is contained in:
@@ -48,4 +48,12 @@ export function getPointTypeSelectByCode(code) {
|
||||
})
|
||||
}
|
||||
|
||||
export default { add, edit, del, changeActive, getPointStatusSelectByCode, getPointTypeSelectByCode }
|
||||
export function getRegionSelect(data) {
|
||||
return request({
|
||||
url: 'api/region/getRegionSelect',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export default { add, edit, del, changeActive, getPointStatusSelectByCode, getPointTypeSelectByCode, getRegionSelect }
|
||||
|
||||
Reference in New Issue
Block a user