This commit is contained in:
parent
7de7f1754b
commit
d9f7b944a7
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue