fix: 工单、点位、组盘

This commit is contained in:
2023-05-18 15:48:21 +08:00
parent 0b8169c385
commit d249c7db0b
20 changed files with 311 additions and 111 deletions

View File

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