This commit is contained in:
bb_pan 2025-07-21 10:28:54 +08:00
parent 7de7f1754b
commit d9f7b944a7
2 changed files with 0 additions and 11 deletions

View File

@ -48,7 +48,6 @@ import {
getProjectInfoApi,
getUserInfoByUserNameApi,
getUserInfoByIdCardApi,
updateTeamProjectApi,
getToolsLedgerDetailsListApi,
getBmTeamList,
} from '@/services/materialsStation'
@ -132,8 +131,6 @@ const getUserInfoByIdCard = async () => {
const params = {
teamList: res.data,
}
const res2 = await updateTeamProjectApi(params)
console.log('🚀 ~ getUserInfoByIdCard ~ res2:', res2)
}
} catch (error) {
console.log('🚀 ~ getUserInfoByIdCard ~ error:', error)

View File

@ -27,14 +27,6 @@ export function getUserInfoByIdCardApi(data) {
})
}
// 更新班组工程信息
export function updateTeamProjectApi(data) {
return http({
url: '/material/app/iwsTeamUser/updateTeamProject',
method: 'post',
data,
})
}
// 预警统计
export function getToolsLedgerDetailsListApi(data) {