This commit is contained in:
liuye
2022-01-20 14:49:55 +08:00
parent c5bc0fa08c
commit f23dddad10

View File

@@ -48,7 +48,7 @@ export default {
}, },
methods: { methods: {
getList(){ getList(){
this.$http.post(`/app/appgirdmemberresident/listByGirdMember?current=${this.current}&girdMemberId=${this.userId}`).then((res) => { this.$http.post(`/app/appgirdmemberresident/listByGirdMember?current=${this.current}&girdMemberId=${this.userId}&girdId=${this.girdId}`).then((res) => {
if (res.code == 0) { if (res.code == 0) {
this.list = this.current > 1 ? [...this.list, ...res.data.records] : res.data.records this.list = this.current > 1 ? [...this.list, ...res.data.records] : res.data.records
} }
@@ -93,7 +93,6 @@ export default {
onLoad(option) { onLoad(option) {
this.userId = option.id this.userId = option.id
this.girdId = option.girdId this.girdId = option.girdId
console.log(this.userId)
}, },
onShow() { onShow() {
document.title = '责任家庭' document.title = '责任家庭'