|
@ -77,7 +77,8 @@ module.exports = { |
|
|
waitCollectHouseList, |
|
|
waitCollectHouseList, |
|
|
nonIntResiList, |
|
|
nonIntResiList, |
|
|
overView, |
|
|
overView, |
|
|
getFamilyRelationshipListByHouseId |
|
|
getFamilyRelationshipListByHouseId, |
|
|
|
|
|
isUpdater |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// 获取公钥
|
|
|
// 获取公钥
|
|
@ -404,6 +405,8 @@ function nonIntResiList(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) |
|
|
} |
|
|
} |
|
|
|
|
|
//判断是否需要输入密码
|
|
|
|
|
|
function isUpdater(resiId) { |
|
|
|
|
|
return fly.get(`actual/base/residentCategoryUpdateInfo/isUpdater/${resiId}`) |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|