28053
This commit is contained in:
@@ -168,8 +168,11 @@ export default {
|
||||
this.$confirm('确认通过该审核?').then(() => {
|
||||
this.$http.post(`/app/appresident/examine?id=${this.id}&pass=${pass}`).then((res) => {
|
||||
if (res.code == 0) {
|
||||
uni.navigateBack()
|
||||
uni.$emit('updatePeople')
|
||||
this.$u.toast('审核成功')
|
||||
setTimeout(() => {
|
||||
uni.navigateBack()
|
||||
}, 600)
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user