This commit is contained in:
花有清香月有阴
2022-01-14 14:54:04 +08:00
parent 6d56043aa3
commit a386ffec68
3 changed files with 22 additions and 5 deletions

View File

@@ -78,8 +78,10 @@ export default {
this.$http.post(`/app/appresident/detail?id=${this.id}`).then((res) => {
if (res.code == 0) {
this.data = res.data
this.$forceUpdate()
this.$nextTick(() => {
this.resident = res.data.resident
this.$forceUpdate()
})
}
})