From e0ba49090fcb39377007b51c26ea180c472acb51 Mon Sep 17 00:00:00 2001
From: betaqi <3188864257@qq.com>
Date: Thu, 11 Sep 2025 15:07:21 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E7=A9=BA=E6=95=B0?=
=?UTF-8?q?=E6=8D=AE=E6=8F=90=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
global.types/components.d.ts | 1 +
src/views/stationData/components/PointGroupTree.vue | 5 ++++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/global.types/components.d.ts b/global.types/components.d.ts
index 7c3f431..86bd0b9 100644
--- a/global.types/components.d.ts
+++ b/global.types/components.d.ts
@@ -26,6 +26,7 @@ declare module 'vue' {
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDivider: typeof import('element-plus/es')['ElDivider']
ElDrawer: typeof import('element-plus/es')['ElDrawer']
+ ElEmpty: typeof import('element-plus/es')['ElEmpty']
ElHeader: typeof import('element-plus/es')['ElHeader']
ElInput: typeof import('element-plus/es')['ElInput']
ElMenu: typeof import('element-plus/es')['ElMenu']
diff --git a/src/views/stationData/components/PointGroupTree.vue b/src/views/stationData/components/PointGroupTree.vue
index 2d0b65b..84a8b13 100644
--- a/src/views/stationData/components/PointGroupTree.vue
+++ b/src/views/stationData/components/PointGroupTree.vue
@@ -14,7 +14,10 @@