From 1231640af22f871d6b570bffeaf67da364088df2 Mon Sep 17 00:00:00 2001 From: Hermes CI Fix Date: Sun, 19 Jul 2026 18:12:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A8=A1=E6=9D=BF=E5=BC=B9=E7=AA=97clic?= =?UTF-8?q?k=E6=94=B9=E4=B8=BA=E6=98=BE=E5=BC=8F=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/KPIList.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/KPIList.vue b/frontend/src/views/KPIList.vue index c65af241..4eac4f96 100644 --- a/frontend/src/views/KPIList.vue +++ b/frontend/src/views/KPIList.vue @@ -4,7 +4,7 @@ @@ -589,6 +589,10 @@ function doDelete(id: number) { // ── 从模板创建 ── const showTemplateSelect = ref(false) +function openTemplateDialog() { + showTemplateSelect.value = true + loadTemplates() +} const templateLoading = ref(false) const templates = ref([]) const templateKeyword = ref('')