报表优化

This commit is contained in:
psh
2024-08-01 17:59:26 +08:00
parent 0da286653e
commit f03c46edc2
25 changed files with 325 additions and 47 deletions

View File

@@ -39,5 +39,13 @@ export function getPointList(data) {
data
})
}
export function getCBPointList(data) {
data ={ region_code: 'CB' }
return request({
url: 'api/schBasePoint/getPointList',
method: 'post',
data
})
}
export default { add, edit, del, changeUsed, getPointList }
export default { add, edit, del, changeUsed, getPointList,getCBPointList }