refactor: remove unused functions

This commit is contained in:
setthawutttty 2025-07-09 10:07:09 +07:00
parent b9ec494835
commit 0b80e047be

View file

@ -442,9 +442,6 @@ function onSearch() {
);
}
function onTemplate(name: string) {
window.open(`/File/${name}.xlsx`, "_blank");
}
/** ดึงข้อมูล เมื่อโหลดหน้า component */
onMounted(async () => {
hideLoader();