报表优化
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user