From 8cb26d886fdf1b6e901dfb84c75f878f76b94598 Mon Sep 17 00:00:00 2001 From: SnowNightt <127504703+SnowNightt@users.noreply.github.com> Date: Wed, 18 Feb 2026 16:33:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E8=BF=9B=E5=85=A5=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E7=AE=A1=E7=90=86=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E5=85=B3=E9=97=AD=E5=BC=B9=E7=AA=97=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=9A=84=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E4=B8=8D?= =?UTF-8?q?=E6=AD=A3=E7=A1=AE=20(#5174)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src/views/ConfigPage.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/src/views/ConfigPage.vue b/dashboard/src/views/ConfigPage.vue index f667b7ab1..fee392554 100644 --- a/dashboard/src/views/ConfigPage.vue +++ b/dashboard/src/views/ConfigPage.vue @@ -503,6 +503,7 @@ export default { // 重置选择到之前的值 this.$nextTick(() => { this.selectedConfigID = this.selectedConfigInfo.id || 'default'; + this.getConfig(this.selectedConfigID); }); } else { this.getConfig(value);