bug修复

This commit is contained in:
hongchao 2025-07-12 14:17:12 +08:00
parent 4edb4d3f94
commit 8f1fe5c258
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}) })
} }