แก้ กด tap เเล้ว ไม่ fetch backUp ใหม่

This commit is contained in:
Net 2024-07-23 11:45:40 +07:00
parent b0337fc774
commit 5e471aafc1

View file

@ -144,12 +144,6 @@ function onRestore(name: string) {
"ต้องการยืนยันการคืนค่าข้อมูลสำรองนี้ใช่หรือไม่?"
);
}
onMounted(async () => {
await fetchListBackup();
await backupRunningList(() => {});
await restoreRunningList(() => {});
});
</script>
<template>