Merge branch 'projects/mes-test' into projects/mes-zjl

This commit is contained in:
2024-07-26 15:05:26 +08:00
46 changed files with 3571 additions and 2146 deletions

View File

@@ -25,7 +25,7 @@ export function getWorkOrderList(query) {
}
export function getProductList(query) {
return request({
url: '/base/core-product/listAll',
url: '/base/core-product-material/listAll',
method: 'get',
params: query,
})