26824
This commit is contained in:
@@ -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 = '责任家庭'
|
||||||
|
|||||||
Reference in New Issue
Block a user