diff --git a/src/views/xm/core/xmProduct/XmProductMng.vue b/src/views/xm/core/xmProduct/XmProductMng.vue
index eb0e981b..61032bfe 100644
--- a/src/views/xm/core/xmProduct/XmProductMng.vue
+++ b/src/views/xm/core/xmProduct/XmProductMng.vue
@@ -424,12 +424,7 @@ import XmProductSelect from './XmProductSelect.vue';
if(tips.isOk){
this.pageInfo.total = res.data.total;
this.pageInfo.count=false;
- this.xmProducts = res.data.data;
- if(this.xmProducts==null || this.xmProducts.length==0){
- this.templateVisible=true;
- }else{
- this.templateVisible=false;
- }
+ this.xmProducts = res.data.data;
}else{
this.$notify({showClose: true, message: tips.msg, type: 'error' });
}
diff --git a/src/views/xm/core/xmProduct/XmProductRecycle.vue b/src/views/xm/core/xmProduct/XmProductRecycle.vue
index 739fc582..25ccc2dd 100644
--- a/src/views/xm/core/xmProduct/XmProductRecycle.vue
+++ b/src/views/xm/core/xmProduct/XmProductRecycle.vue
@@ -254,7 +254,7 @@
if(this.xmIteration){
params.iterationId=this.xmIteration.id
}
-
+ params.del="1"
params.queryScope=this.filters.queryScope
if(this.filters.queryScope=='productId'){
if(!this.filters.id){
diff --git a/src/views/xm/core/xmProduct/XmProductTplMng.vue b/src/views/xm/core/xmProduct/XmProductTplMng.vue
index ac45bf67..2b3e041c 100644
--- a/src/views/xm/core/xmProduct/XmProductTplMng.vue
+++ b/src/views/xm/core/xmProduct/XmProductTplMng.vue
@@ -17,25 +17,37 @@
-
+
-
+
{{scope.row.productName}}
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ {{scope.row.finishRate}}%
+
+
+
+
+
+ {{scope.row.pmUsername}}
+
+
+
+
+
+
+
复制
@@ -43,10 +55,28 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ {{scope.row.productName}}
+
+
+
+
+ 复制
+
+
+
+
+