From 257896a10ecad1de8ff1d1ec9df78cb9436f77fa Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 20 Feb 2025 11:30:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BC=96=E8=AF=91=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/monitor/topologyBuild/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/monitor/topologyBuild/index.vue b/src/views/monitor/topologyBuild/index.vue index b4046211..f56e83c1 100644 --- a/src/views/monitor/topologyBuild/index.vue +++ b/src/views/monitor/topologyBuild/index.vue @@ -52,7 +52,7 @@ function fnGraphDataGroups(reload: boolean = false) { getGraphGroups() .then(res => { if (res.code === RESULT_CODE_SUCCESS) { - graphState.groupOptions = res.data.map(str => { + graphState.groupOptions = res.data.map((str: string) => { return { label: str, value: str }; }); // 非重载