This commit is contained in:
liuye
2021-12-24 17:55:57 +08:00
parent 3317e09dd9
commit 73ba48aa95
5 changed files with 14 additions and 6 deletions

View File

@@ -179,7 +179,8 @@ export default {
if (res.code == 0) {
this.$u.toast('提交成功')
setTimeout(() => {
uni.navigateBack({})
uni.navigateBack()
uni.$emit('update')
}, 600)
}
})

View File

@@ -168,6 +168,9 @@ export default {
'isFilingCertificateStatus', 'communityBuildingType', 'yesOrNo', 'BulidResidentType').then(() => {
this.getBuilding()
})
uni.$on('update', () => {
this.getBuilding()
})
},
onShow() {
document.title = "以房找人"