代码更新

This commit is contained in:
2022-07-19 10:24:59 +08:00
parent 6d442bb4cc
commit f9669110ec
6 changed files with 362 additions and 1 deletions

View File

@@ -32,4 +32,12 @@ export function insertSafe(data) {
})
}
export default { add, edit, del, insertSafe }
export function insertSafeBj(data) {
return request({
url: 'api/materialsafeivt/insertSafeBj',
method: 'post',
data
})
}
export default { add, edit, del, insertSafe, insertSafeBj }