From 59675a5f364b43bc7c1b89cc3f8cdc3d363d2d20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Mon, 21 Feb 2022 14:12:23 +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/XmProjectMng.vue | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/views/xm/core/xmProject/XmProjectMng.vue b/src/views/xm/core/xmProject/XmProjectMng.vue index a41f1132..e4e06f99 100644 --- a/src/views/xm/core/xmProject/XmProjectMng.vue +++ b/src/views/xm/core/xmProject/XmProjectMng.vue @@ -3,7 +3,7 @@ - + @@ -81,7 +81,10 @@
{{p.name}}
-
{{p.code}} 复制
+
{{p.code}} + 复制 + 删除 +
{{p.totalBugCnt==null?0:p.totalBugCnt}} @@ -222,7 +225,7 @@ - 取 消 + 取 消 确 定 @@ -702,9 +705,12 @@ this.load.add=false; var tips = res.data.tips; if(tips.isOk){ + this.copyToVisible=false; if(this.xmProjectCopy.isTpl=='0'){ this.searchXmProjects() - } + }else{ + this.$refs.xmProjectTplMngRef.searchXmProjects() + } } this.$message({showClose: true, message: tips.msg, type: tips.isOk?'success':'error' });