Guard dashboard user page sync
This commit is contained in:
@@ -93,6 +93,7 @@ module.exports = {
|
||||
pageSync: {
|
||||
get() { return this.$store.state.dashboard_user.page },
|
||||
set(val) {
|
||||
if (val === this.$store.state.dashboard_user.page) return
|
||||
this.$store.commit('dashboard_user/update_page', val)
|
||||
this.doSearch(val)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user