started advanced search UI

This commit is contained in:
2021-04-02 16:35:29 +02:00
parent 1851c84ea5
commit fd8237037a
9 changed files with 3879 additions and 23501 deletions

View File

@ -182,7 +182,7 @@ export default {
if (state.isAdmin) {
window.location.reload(true)
}
if(state.isAdherent){
if (state.isAdherent) {
this.$router.push({
name: 'base'
})