From ec7e253b80f65df13cf3c59088ced0912a31ff7b Mon Sep 17 00:00:00 2001 From: "WANGFAN\\wangf" <15871339963@163.com> Date: Fri, 13 Sep 2024 23:43:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=87=AA=E5=AE=9A=E4=B9=89=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=88=B7=E6=96=B0=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../table-management/custom-table/custom-table.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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) => {