diff --git a/src/modules/05_placement/components/probation/MainAppoint.vue b/src/modules/05_placement/components/probation/MainAppoint.vue index fea01c8c7..fcb49aee5 100644 --- a/src/modules/05_placement/components/probation/MainAppoint.vue +++ b/src/modules/05_placement/components/probation/MainAppoint.vue @@ -153,12 +153,6 @@ function closeModal() { modalOrder.value = false; rowsOrder.value = []; } -watch( - () => pagination.value.rowsPerPage, - async () => { - await getData(); - } -); onMounted(async () => { await getData(); @@ -235,7 +229,6 @@ onMounted(async () => { dense v-model:pagination="pagination" :rows-per-page-options="[10, 25, 50, 100]" - @update:pagination="updatePagination" > -