优化
This commit is contained in:
@@ -45,10 +45,11 @@ export function getDtl(params) {
|
||||
params
|
||||
})
|
||||
}
|
||||
export function getBoms() {
|
||||
export function getBoms(params) {
|
||||
return request({
|
||||
url: 'api/acceptformula/getBoms',
|
||||
method: 'get'
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
}
|
||||
export function getTHWs() {
|
||||
|
||||
Reference in New Issue
Block a user