diff --git a/src/views/table-management/custom-table/custom-table.vue b/src/views/table-management/custom-table/custom-table.vue
index 087c537..de49c18 100644
--- a/src/views/table-management/custom-table/custom-table.vue
+++ b/src/views/table-management/custom-table/custom-table.vue
@@ -89,7 +89,7 @@
下载
-
+
@@ -127,6 +127,7 @@
(false);
+const onRefresh = () => {
+ loading.value = true;
+ setTimeout(() => {
+ loading.value = false;
+ }, 500);
+};
+
// 密度
const density = ref("small");
const onDensity = (e: string) => {