居民积分bug修复

This commit is contained in:
yanran200730
2023-02-24 10:53:59 +08:00
parent 46b9e57ed1
commit 6be2744b49

View File

@@ -71,7 +71,9 @@
},
onAreaChange () {
this.$refs.List[0].refresh()
this.$nextTick(() => {
this.$refs.List[0].refresh()
})
}
}
}