ลบ 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 () => {
|
onMounted(async () => {
|
||||||
setTimeout(() => {
|
fetchListBackup();
|
||||||
fetchListBackup();
|
backupRunningList();
|
||||||
backupRunningList();
|
restoreRunningList();
|
||||||
restoreRunningList();
|
|
||||||
}, 1000);
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue