bug
This commit is contained in:
@@ -179,7 +179,8 @@ export default {
|
||||
if (res.code == 0) {
|
||||
this.$u.toast('提交成功')
|
||||
setTimeout(() => {
|
||||
uni.navigateBack({})
|
||||
uni.navigateBack()
|
||||
uni.$emit('update')
|
||||
}, 600)
|
||||
}
|
||||
})
|
||||
|
||||
@@ -168,6 +168,9 @@ export default {
|
||||
'isFilingCertificateStatus', 'communityBuildingType', 'yesOrNo', 'BulidResidentType').then(() => {
|
||||
this.getBuilding()
|
||||
})
|
||||
uni.$on('update', () => {
|
||||
this.getBuilding()
|
||||
})
|
||||
},
|
||||
onShow() {
|
||||
document.title = "以房找人"
|
||||
|
||||
Reference in New Issue
Block a user