与户主关系
This commit is contained in:
@@ -268,7 +268,7 @@ export default {
|
||||
return false
|
||||
}
|
||||
|
||||
return !!(this.info.drinkingWaterSafety && this.info.dilapidatedHouse);
|
||||
return !!(this.info.drinkingWaterSafety && this.info.dilapidatedHouse && this.info.move);
|
||||
|
||||
|
||||
}
|
||||
@@ -285,12 +285,12 @@ export default {
|
||||
})
|
||||
|
||||
this.id = query.id
|
||||
uni.$on('reload', () => {
|
||||
this.getInfo()
|
||||
})
|
||||
},
|
||||
onShow() {
|
||||
document.title = '居民详情'
|
||||
uni.$on('reload', () => {
|
||||
this.getInfo()
|
||||
})
|
||||
},
|
||||
|
||||
methods: {
|
||||
@@ -329,7 +329,7 @@ export default {
|
||||
this.$http.post(`/app/apppreventionreturntopovertylog/delete?ids=${id}`).then(res => {
|
||||
if (res.code === 0) {
|
||||
this.$u.toast('删除成功')
|
||||
this.getInfo(this.id)
|
||||
this.getInfo()
|
||||
}
|
||||
uni.hideLoading()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user