diff --git a/src/views/accountpool/cursor/index.vue b/src/views/accountpool/cursor/index.vue
index b8bfc34..a972eaa 100644
--- a/src/views/accountpool/cursor/index.vue
+++ b/src/views/accountpool/cursor/index.vue
@@ -285,7 +285,7 @@ async function handleBatchExtract() {
const text = succeeded.map(rowToText).filter(Boolean).join("\n");
navigator.clipboard.writeText(text).catch(() => {});
}
- fetchList();
+ await fetchList();
} finally {
loading.value = false;
}
@@ -968,6 +968,44 @@ async function handleBatchProbe() {
@confirm="handleReplenish"
/>
+
+