BUG 29252

This commit is contained in:
2022-04-22 15:44:55 +08:00
parent 3abcf75a3f
commit 460a2b0ab7

View File

@@ -144,6 +144,7 @@ export default {
// this.residents = res.data.records?.map(e => ({dictValue: e.id, dictName: e.name}))
this.residents = res.data.records
this.list.total = res.data.total
this.$refs.Residents.doLayout()
}
})
},