列表刷新
This commit is contained in:
@@ -113,6 +113,10 @@ export default {
|
||||
this.$dict.load('realityStatus').then(() => {
|
||||
this.getList()
|
||||
})
|
||||
uni.$on('updateList', () => {
|
||||
this.current = 1
|
||||
this.getList()
|
||||
})
|
||||
},
|
||||
mounted() {},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user