bug修复
This commit is contained in:
parent
4edb4d3f94
commit
8f1fe5c258
|
|
@ -49,7 +49,7 @@ export function getToolsLedgerDetailsListApi(data) {
|
||||||
export const getBmTeamList = (data) => {
|
export const getBmTeamList = (data) => {
|
||||||
return http({
|
return http({
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
url: '/material/bmTeam/getListByIdCard',
|
url: '/material/bmTeam/list',
|
||||||
data,
|
data,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue