问题修改

This commit is contained in:
hayu 2025-07-29 17:48:39 +08:00
parent 5b58d3b1ad
commit 18923cc81a
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ export const repairRejectAPI = (id) => {
export const partTypeTreeList = (data) => {
return http({
method: 'GET',
url: '/material/ma_part_type/list',
url: '/material/ma_part_type/partList',
data,
})
}