add fetchPolicy: 'no-cache' on searchUser

This commit is contained in:
ogerly 2022-03-25 10:59:02 +01:00
parent f74912cf4c
commit b3dbef0668

View File

@ -88,6 +88,7 @@ export default {
notActivated: this.filterCheckedEmails,
isDeleted: this.filterDeletedUser,
},
fetchPolicy: 'no-cache',
})
.then((result) => {
this.rows = result.data.searchUsers.userCount