mew?
This commit is contained in:
parent
69f6955cf5
commit
d961c3d61d
|
@ -213,11 +213,16 @@ onUnmounted(() => {
|
|||
if (connection) connection.dispose();
|
||||
});
|
||||
|
||||
/*
|
||||
// temporary hot fix of the temporary hot fix
|
||||
let alreadyInit = $ref(false);
|
||||
|
||||
onActivated(() => {
|
||||
paginationComponentUser.reload();
|
||||
paginationComponentGroup.reload();
|
||||
});*/
|
||||
if (!alreadyInit.value) alreadyInit.value = true;
|
||||
else {
|
||||
paginationComponentUser.reload();
|
||||
paginationComponentGroup.reload();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
|
Loading…
Reference in New Issue