From 2feadfd4ebe85eda2fdf0384200e117149e257d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Mon, 11 Jul 2022 23:16:29 +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/xmProject/XmProjectInfo.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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: {