diff --git a/src/modules/04_registryPerson/components/TableView.vue b/src/modules/04_registryPerson/components/TableView.vue
index 9a737e39e..835bbf6e2 100644
--- a/src/modules/04_registryPerson/components/TableView.vue
+++ b/src/modules/04_registryPerson/components/TableView.vue
@@ -227,28 +227,28 @@ function redirectToPagePetition() {
// };
// }
-async function getReport() {
- loadingBtn.value = true;
- await http
- .get(
- config.API.reportOrgByType(
- empType.value == "officer" ? "officer" : "emp"
- ) +
- `?rootId=&year=${year.value}&ageMin=${rangeAge.value.min}&ageMax=${rangeAge.value.max}`
- )
- .then((res) => {
- const data = res.data.result;
- genReportXLSX(data);
- })
- .catch((err) => {
- messageError($q, err);
- })
- .finally(() => {
- setTimeout(() => {
- loadingBtn.value = false;
- }, 500);
- });
-}
+// async function getReport() {
+// loadingBtn.value = true;
+// await http
+// .get(
+// config.API.reportOrgByType(
+// empType.value == "officer" ? "officer" : "emp"
+// ) +
+// `?rootId=&year=${year.value}&ageMin=${rangeAge.value.min}&ageMax=${rangeAge.value.max}`
+// )
+// .then((res) => {
+// const data = res.data.result;
+// genReportXLSX(data);
+// })
+// .catch((err) => {
+// messageError($q, err);
+// })
+// .finally(() => {
+// setTimeout(() => {
+// loadingBtn.value = false;
+// }, 500);
+// });
+// }
// /**
// * function เรียกไฟล์ XLSX
@@ -686,7 +686,7 @@ watch(
-
+