代码更新

This commit is contained in:
2023-03-25 17:14:33 +08:00
parent c6b57d9756
commit b83498741d
20 changed files with 4631 additions and 2 deletions

View File

@@ -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 }