From b3e65255d30e838e71851394857c2aa35538d1f0 Mon Sep 17 00:00:00 2001 From: lihui_ocr Date: Mon, 29 Apr 2024 09:25:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=BB=88=E5=AE=A1=E4=BB=AA=E8=A1=A8?= =?UTF-8?q?=E7=9B=98=E5=8A=A8=E6=80=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DataHeader/index.vue | 4 +++- src/views/final/content/Content.vue | 12 ++++++++---- src/views/final/content/ListContent.vue | 15 ++++++++------- 3 files changed, 19 insertions(+), 12 deletions(-) diff --git a/src/components/DataHeader/index.vue b/src/components/DataHeader/index.vue index 00cf6c8..0e86196 100644 --- a/src/components/DataHeader/index.vue +++ b/src/components/DataHeader/index.vue @@ -132,7 +132,9 @@ watch( } }, ) - +defineExpose({ + getData, +});