网格管理禅道bug

This commit is contained in:
liuye
2022-02-15 16:20:44 +08:00
parent d7dc29ce07
commit 479aa568da
3 changed files with 5 additions and 2 deletions

View File

@@ -49,7 +49,10 @@ export default {
props: ['params'],
onShow() {
document.title = '网格管理'
this.getGirdUserList()
uni.$on('updateList', () => {
this.current = 1
this.getGirdUserList()
})
},
mounted() {
this.userGird = this.params