|
@ -76,6 +76,7 @@ module.exports = { |
|
|
houseResidentChangeRecord, |
|
|
houseResidentChangeRecord, |
|
|
waitCollectHouseList, |
|
|
waitCollectHouseList, |
|
|
nonIntResiList, |
|
|
nonIntResiList, |
|
|
|
|
|
securityCheckk, |
|
|
overView, |
|
|
overView, |
|
|
getFamilyRelationshipListByHouseId |
|
|
getFamilyRelationshipListByHouseId |
|
|
} |
|
|
} |
|
@ -400,6 +401,10 @@ function waitCollectHouseList(parm){ |
|
|
function nonIntResiList(parm){ |
|
|
function nonIntResiList(parm){ |
|
|
return fly.get(`actual/base/residentIntegrity/resiCategoryStats/nonIntResiList`,parm) |
|
|
return fly.get(`actual/base/residentIntegrity/resiCategoryStats/nonIntResiList`,parm) |
|
|
} |
|
|
} |
|
|
|
|
|
//安检巡查分页查询
|
|
|
|
|
|
function securityCheckk(parm){ |
|
|
|
|
|
return fly.post(`actual/base/companyInfo/showRecord`,parm) |
|
|
|
|
|
} |
|
|
//
|
|
|
//
|
|
|
function overView(parm){ |
|
|
function overView(parm){ |
|
|
return fly.get(`actual/base/communityHouse/resiAndHouseCollect/overview`,parm) |
|
|
return fly.get(`actual/base/communityHouse/resiAndHouseCollect/overview`,parm) |
|
|