From 5e471aafc1077bd79cd61f1b08b0ee25bb0bd212 Mon Sep 17 00:00:00 2001 From: Net Date: Tue, 23 Jul 2024 11:45:40 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20=E0=B8=81?= =?UTF-8?q?=E0=B8=94=20tap=20=E0=B9=80=E0=B9=80=E0=B8=A5=E0=B9=89=E0=B8=A7?= =?UTF-8?q?=20=E0=B9=84=E0=B8=A1=E0=B9=88=20fetch=20backUp=20=E0=B9=83?= =?UTF-8?q?=E0=B8=AB=E0=B8=A1=E0=B9=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/04_system/components/cardBackupRestore.vue | 6 ------ 1 file changed, 6 deletions(-) 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(() => {}); -});