|
@ -76,7 +76,8 @@ module.exports = { |
|
|
houseResidentChangeRecord, |
|
|
houseResidentChangeRecord, |
|
|
waitCollectHouseList, |
|
|
waitCollectHouseList, |
|
|
nonIntResiList, |
|
|
nonIntResiList, |
|
|
overView |
|
|
overView, |
|
|
|
|
|
getFamilyRelationshipListByHouseId |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// 获取公钥
|
|
|
// 获取公钥
|
|
@ -288,13 +289,15 @@ function getPersonalFile(parm) { |
|
|
return fly.post(`actual/base/peopleRoomOverview/getPersonalFile?resid=` + parm.resid) |
|
|
return fly.post(`actual/base/peopleRoomOverview/getPersonalFile?resid=` + parm.resid) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// 获取家庭关系
|
|
|
// 获取家庭关系(居民)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function getFamilyRelationshipList(parm) { |
|
|
function getFamilyRelationshipList(parm) { |
|
|
return fly.post(`actual/base/peopleRoomOverview/getFamilyRelationshipList?type=${parm.type}&resid=` + parm.id) |
|
|
return fly.post(`actual/base/peopleRoomOverview/getFamilyRelationshipList?type=${parm.type}&resid=` + parm.id) |
|
|
} |
|
|
} |
|
|
|
|
|
// 获取家庭关系(房屋)
|
|
|
|
|
|
function getFamilyRelationshipListByHouseId(parm) { |
|
|
|
|
|
return fly.post(`actual/base/peopleRoomOverview/getFamilyRelationshipListByHouseId?type=0&houseId=` + parm.id) |
|
|
|
|
|
} |
|
|
// 省满意度
|
|
|
// 省满意度
|
|
|
function provincialSatisfactionPageList(parm) { |
|
|
function provincialSatisfactionPageList(parm) { |
|
|
return fly.post(`actual/base/peopleRoomOverview/provincialSatisfactionPageList`, parm) |
|
|
return fly.post(`actual/base/peopleRoomOverview/provincialSatisfactionPageList`, parm) |
|
|