diff --git a/src/views/xm/core/xmProject/XmProjectInfo.vue b/src/views/xm/core/xmProject/XmProjectInfo.vue index 8626d0a2..b70bf7bf 100644 --- a/src/views/xm/core/xmProject/XmProjectInfo.vue +++ b/src/views/xm/core/xmProject/XmProjectInfo.vue @@ -157,12 +157,14 @@ - 创建产品 + 创建产品 + 关联产品 环境清单 进入售前 产品管理 + 关联产品 环境清单 @@ -813,6 +815,15 @@ export default { this.$refs['xmProductComplex'].showPanel="menus" }) + }, + linkProduct(){ + this.$refs['项目概览'].showPanelName='productProjectLink' + }, + createProduct(){ + this.infotype='产品' + this.$nextTick(()=>{ + this.$refs['xmProductComplex'].addProductVisible=true + }) } }, //end methods components: {