部分bug

This commit is contained in:
2025-01-08 15:47:22 +08:00
parent 580a66549c
commit e202ac542e
14 changed files with 81 additions and 2188 deletions

View File

@@ -27,7 +27,7 @@ export function getWorkOrderList(query) {
export function getCoreProduct(id) {
return request({
url: '/base/core-product/get?id=' + id,
url: '/base/core-product-material/get?id=' + id,
method: 'get'
})
}