物料、组盘前端界面
This commit is contained in:
@@ -39,4 +39,12 @@ export function syncStruct() {
|
||||
})
|
||||
}
|
||||
|
||||
export default { add, edit, del, changeActive, syncStruct }
|
||||
export function getPointStatu(data) {
|
||||
return request({
|
||||
url: 'api/point/getPointStatu',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export default { add, edit, del, changeActive, syncStruct, getPointStatu }
|
||||
|
||||
Reference in New Issue
Block a user