问题修改
This commit is contained in:
parent
5b58d3b1ad
commit
18923cc81a
|
|
@ -55,7 +55,7 @@ export const repairRejectAPI = (id) => {
|
||||||
export const partTypeTreeList = (data) => {
|
export const partTypeTreeList = (data) => {
|
||||||
return http({
|
return http({
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
url: '/material/ma_part_type/list',
|
url: '/material/ma_part_type/partList',
|
||||||
data,
|
data,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue