add: mes对接、日志优化

This commit is contained in:
2023-09-11 21:20:42 +08:00
parent 673f4dbbb5
commit 540efe8478
79 changed files with 1497 additions and 561 deletions

View File

@@ -24,4 +24,12 @@ export function edit(data) {
})
}
export default { add, edit, del }
export function synchronize(data) {
return request({
url: 'api/mdBaseMaterial/synchronize',
method: 'post',
data
})
}
export default { add, edit, del, synchronize }