This commit is contained in:
parent
7de7f1754b
commit
d9f7b944a7
|
|
@ -48,7 +48,6 @@ import {
|
||||||
getProjectInfoApi,
|
getProjectInfoApi,
|
||||||
getUserInfoByUserNameApi,
|
getUserInfoByUserNameApi,
|
||||||
getUserInfoByIdCardApi,
|
getUserInfoByIdCardApi,
|
||||||
updateTeamProjectApi,
|
|
||||||
getToolsLedgerDetailsListApi,
|
getToolsLedgerDetailsListApi,
|
||||||
getBmTeamList,
|
getBmTeamList,
|
||||||
} from '@/services/materialsStation'
|
} from '@/services/materialsStation'
|
||||||
|
|
@ -132,8 +131,6 @@ const getUserInfoByIdCard = async () => {
|
||||||
const params = {
|
const params = {
|
||||||
teamList: res.data,
|
teamList: res.data,
|
||||||
}
|
}
|
||||||
const res2 = await updateTeamProjectApi(params)
|
|
||||||
console.log('🚀 ~ getUserInfoByIdCard ~ res2:', res2)
|
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log('🚀 ~ getUserInfoByIdCard ~ error:', 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) {
|
export function getToolsLedgerDetailsListApi(data) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue