This commit is contained in:
shijingjing
2022-07-27 14:58:36 +08:00
parent a8a9803caf
commit 5b4cb43e0b

View File

@@ -164,6 +164,8 @@ export default {
onShow() { onShow() {
document.title = '群发居民群' document.title = '群发居民群'
this.$dict.load(['mstStatus']).then(() => { this.$dict.load(['mstStatus']).then(() => {
this.list = []
this.current = 1
this.getList() this.getList()
}) })
}, },