This commit is contained in:
zhangzq
2026-06-01 15:03:53 +08:00
parent e5677ec7d1
commit 4d24d4ac7d
737 changed files with 159 additions and 289 deletions

View File

@@ -40,14 +40,6 @@ export function getPointList(data) {
})
}
export function getRegionPoints(params) {
return request({
url: 'api/schBasePoint/getRegionPoints',
method: 'get',
params
})
}
export function changeLock(data) {
return request({
url: 'api/schBasePoint/changeLock',
@@ -56,4 +48,4 @@ export function changeLock(data) {
})
}
export default { add, edit, del, changeUsed, getPointList, getRegionPoints, changeLock }
export default { add, edit, del, changeUsed, getPointList, changeLock }