fix: 工单、点位、组盘
This commit is contained in:
@@ -32,4 +32,12 @@ export function changeUsed(data) {
|
||||
})
|
||||
}
|
||||
|
||||
export default { add, edit, del, changeUsed }
|
||||
export function getPointList(data) {
|
||||
return request({
|
||||
url: 'api/schBasePoint/getPointList',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export default { add, edit, del, changeUsed, getPointList }
|
||||
|
||||
Reference in New Issue
Block a user