refactor(前端): 优化首页刷新数据逻辑
部署开发环境 / deploy-dev (push) Successful in 1m59s

This commit is contained in:
2026-06-03 17:03:15 +08:00
parent a5dbbc4163
commit d6d2a4ad96
+2 -1
View File
@@ -79,7 +79,6 @@ const statCards = [
size="large"
class="token-input"
@change="inputChange"
@keyup.enter="fetchInfo"
>
<template #prefix>
<el-icon>
@@ -87,9 +86,11 @@ const statCards = [
</el-icon>
</template>
</el-input>
<el-button type="primary" size="large" @click="refresh" :loading="loading">
查询
</el-button>
<el-button type="success" size="large" @click="showAddDataDialog = true">
<el-icon>
<Upload/>