居民积分bug修复
This commit is contained in:
@@ -71,7 +71,9 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
onAreaChange () {
|
onAreaChange () {
|
||||||
this.$refs.List[0].refresh()
|
this.$nextTick(() => {
|
||||||
|
this.$refs.List[0].refresh()
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user