From 80d12323236730104ac3fb0b84add0a824dfbdde Mon Sep 17 00:00:00 2001 From: WangXu10 Date: Fri, 5 May 2023 10:03:03 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA)?= =?UTF-8?q?=EF=BC=9A=E5=8E=BB=E9=99=A4ECharts=E7=BB=84=E4=BB=B6=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=85=B3=E7=B3=BB=E5=9B=BE=E5=90=8D=E7=A7=B0=E5=90=8E?= =?UTF-8?q?=E9=9D=A2=E9=BB=98=E8=AE=A4=E5=AD=97=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1025878 --user=王旭 【测试跟踪】依赖关系名称后面存在-,建议去除或增加对应的value https://www.tapd.cn/55049933/s/1368565 --- .../frontend/src/components/graph/RelationshipGraph.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/sdk-parent/frontend/src/components/graph/RelationshipGraph.vue b/framework/sdk-parent/frontend/src/components/graph/RelationshipGraph.vue index fdb453fbd1..dcba13a391 100644 --- a/framework/sdk-parent/frontend/src/components/graph/RelationshipGraph.vue +++ b/framework/sdk-parent/frontend/src/components/graph/RelationshipGraph.vue @@ -166,6 +166,7 @@ export default { } x += 1; y += 1; + item.value = "\0" }); this.visible = false; this.$nextTick(() => {