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' });