生产工单物料搜索改为get请求

This commit is contained in:
17630416519 2026-01-13 10:20:25 +08:00
parent fd9ed6fcac
commit 93934603c2

View File

@ -123,7 +123,7 @@ export function WorkOrderExport(params) {
export function GetMaterialInfo(data) {
return request({
url: 'mes/productManagement/ProWorkorder/get_material',
method: 'post',
method: 'get',
data: data
})
}