diff --git a/src/modules/04_system/components/cardBackupRestore.vue b/src/modules/04_system/components/cardBackupRestore.vue index 809e6191..50030ef4 100644 --- a/src/modules/04_system/components/cardBackupRestore.vue +++ b/src/modules/04_system/components/cardBackupRestore.vue @@ -144,12 +144,6 @@ function onRestore(name: string) { "ต้องการยืนยันการคืนค่าข้อมูลสำรองนี้ใช่หรือไม่?" ); } - -onMounted(async () => { - await fetchListBackup(); - await backupRunningList(() => {}); - await restoreRunningList(() => {}); -});