From 99acc351564f9171502bd3284484cf1ce42257eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Sat, 26 Feb 2022 16:26:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xm/core/xmProjectGroup/XmProjectGroupMng.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/xm/core/xmProjectGroup/XmProjectGroupMng.vue b/src/views/xm/core/xmProjectGroup/XmProjectGroupMng.vue index 324c37e0..bc3df2d6 100644 --- a/src/views/xm/core/xmProjectGroup/XmProjectGroupMng.vue +++ b/src/views/xm/core/xmProjectGroup/XmProjectGroupMng.vue @@ -200,7 +200,7 @@ var currNodeType='' var topdata={} if(this.xmProduct&&this.xmProduct.id){ - topLabel=this.xmProduct.name+"-产品组织架构" + topLabel=this.xmProduct.productName+"-产品组织架构" currNodeType='product' topdata=this.xmProduct }else if(this.selProject && this.selProject.id){