diff --git a/src/modules/11_discipline/components/8_AppealComplain/MainPage.vue b/src/modules/11_discipline/components/8_AppealComplain/MainPage.vue index 0a0881ade..2ff2db0f8 100644 --- a/src/modules/11_discipline/components/8_AppealComplain/MainPage.vue +++ b/src/modules/11_discipline/components/8_AppealComplain/MainPage.vue @@ -162,7 +162,7 @@ watch( () => currentPage.value, () => { rowsPerPage.value = pagination.value.rowsPerPage; - // getList(); + getData() } ); @@ -171,7 +171,7 @@ watch( () => { rowsPerPage.value = pagination.value.rowsPerPage; currentPage.value = 1; - // getList(); + getData() } );