ลบ setTimeout ตอน onMounted
This commit is contained in:
parent
15407e8acc
commit
0b1a5c83d6
1 changed files with 3 additions and 5 deletions
|
|
@ -119,11 +119,9 @@ function onRestore(name: string) {
|
|||
}
|
||||
|
||||
onMounted(async () => {
|
||||
setTimeout(() => {
|
||||
fetchListBackup();
|
||||
backupRunningList();
|
||||
restoreRunningList();
|
||||
}, 1000);
|
||||
fetchListBackup();
|
||||
backupRunningList();
|
||||
restoreRunningList();
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue