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