网格管理禅道bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user