- Refused User
- Report User - Unblock User - refresh tables when an action (setFriends and setGroups) occurred. - fix duplicate call of loadsite
This commit is contained in:
@@ -841,6 +841,17 @@ export default defineComponent({
|
||||
refresh()
|
||||
})
|
||||
|
||||
watch(() => userStore.updateTables, (newval, oldval) => {
|
||||
if (newval && (myvertical.value === costanti.VISUTABLE_USER_TABGROUP ||
|
||||
myvertical.value === costanti.VISUTABLE_SCHEDA_GROUP ||
|
||||
myvertical.value === costanti.VISUTABLE_SCHEDA_USER ||
|
||||
(props.showType === costanti.SHOW_USERINFO))) {
|
||||
refresh()
|
||||
|
||||
userStore.updateTables = false
|
||||
}
|
||||
})
|
||||
|
||||
/*watch(() => myfilterand.value, (newval, oldval) => {
|
||||
refresh()
|
||||
})*/
|
||||
|
||||
Reference in New Issue
Block a user