From 1e4911178536249fae3e094bacffaf3d75c839cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=AF=BA?= <1253070437@qq.com> Date: Sun, 31 Dec 2023 13:57:42 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91table?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=9A=B4=E9=9C=B2=E5=87=BA=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowy-admin-web/src/components/Table/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/snowy-admin-web/src/components/Table/index.vue b/snowy-admin-web/src/components/Table/index.vue index 5604bdb8..29829b54 100644 --- a/snowy-admin-web/src/components/Table/index.vue +++ b/snowy-admin-web/src/components/Table/index.vue @@ -536,7 +536,8 @@ // 暴露子组件的方法 defineExpose({ clearRefreshSelected, - refresh + refresh, + clearSelected }) onMounted(() => { init()