rev:安全库存、库区维护
This commit is contained in:
@@ -24,12 +24,12 @@ export function edit(data) {
|
||||
})
|
||||
}
|
||||
|
||||
export function insertSafe(data) {
|
||||
export function save(data) {
|
||||
return request({
|
||||
url: 'api/materialsafeivt/insertSafe',
|
||||
url: 'api/materialsafeivt/save',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export default { add, edit, del, insertSafe }
|
||||
export default { add, edit, del, save }
|
||||
|
||||
Reference in New Issue
Block a user