Guard dashboard user page sync

This commit is contained in:
sas.fajri
2026-05-08 09:42:27 +07:00
parent a6adb4ce44
commit 3ed2b11016

View File

@@ -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)
}