|
|
@@ -67,9 +67,12 @@
|
|
|
fetchAuthRecordNum(){
|
|
|
let that=this
|
|
|
let memberId=app.globalData.member.id
|
|
|
+ let residentialId=uni.getStorageSync("residentialId")
|
|
|
+ console.log(residentialId,"11111111")
|
|
|
if (!this.$isEmpty(memberId)) {
|
|
|
let params={
|
|
|
member_id:memberId,
|
|
|
+ residential_id:residentialId,
|
|
|
size:99,
|
|
|
auditStatus:0
|
|
|
}
|
|
|
@@ -147,6 +150,7 @@
|
|
|
let that=this
|
|
|
let params={
|
|
|
member_id:that.memberId,
|
|
|
+ residential_id:uni.getStorageSync("residentialId"),
|
|
|
current:mescroll.num,
|
|
|
size:mescroll.size,
|
|
|
}
|