生产工单物料搜索改为get请求
This commit is contained in:
parent
fd9ed6fcac
commit
93934603c2
@ -123,7 +123,7 @@ export function WorkOrderExport(params) {
|
|||||||
export function GetMaterialInfo(data) {
|
export function GetMaterialInfo(data) {
|
||||||
return request({
|
return request({
|
||||||
url: 'mes/productManagement/ProWorkorder/get_material',
|
url: 'mes/productManagement/ProWorkorder/get_material',
|
||||||
method: 'post',
|
method: 'get',
|
||||||
data: data
|
data: data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user