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