diff --git a/src/modules/04_system/components/cardBackupRestore.vue b/src/modules/04_system/components/cardBackupRestore.vue index d522b14e..0aee35fe 100644 --- a/src/modules/04_system/components/cardBackupRestore.vue +++ b/src/modules/04_system/components/cardBackupRestore.vue @@ -23,7 +23,7 @@ const { showLoader, hideLoader, date2Thai, dialogRemove, dialogConfirm } = useCounterMixin(); const { fetchListBackup, createBackUp, restore, deleteBackUp } = useDataStore(); const storeData = useDataStore(); -const { dataBackUp, backupRunTotal , restoreRunTotal } = storeToRefs(storeData); +const { dataBackUp, backupRunTotal, restoreRunTotal } = storeToRefs(storeData); /** * props @@ -113,7 +113,6 @@ function onRestore(name: string) { onMounted(async () => { setTimeout(() => { - fetchListBackup(); }, 1000); }); @@ -171,16 +170,18 @@ onMounted(async () => { >