rev:安全库存、库区维护

This commit is contained in:
zhouz
2023-06-15 16:56:52 +08:00
parent c38f0157bb
commit caa6ce91b2
9 changed files with 63 additions and 34 deletions

View File

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