From d1847bfd26dfb0e29428ea9235947fa822fa30cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E5=BC=BA?= <357099073@qq.com>
Date: Thu, 14 May 2026 17:10:29 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=B9=E9=87=8F=E6=8F=90?=
=?UTF-8?q?=E5=8F=96=E6=97=A0=E6=B3=95=E4=BD=BF=E7=94=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/accountpool/cursor/index.vue | 68 +++++++++++++++++++++++++-
1 file changed, 67 insertions(+), 1 deletion(-)
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"
/>
+
+