zhuliu 11 月之前
父节点
当前提交
1fb68d1f8b
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/noveltySearch/components/exportReport/components/mixins.js

+ 3 - 3
src/views/noveltySearch/components/exportReport/components/mixins.js

@@ -215,9 +215,9 @@ export default{
                 // }
                 this.hasCopy[key] = true
             }
-            if(this.reportData.compareRecord.length == 0){
-                return this.reportData.compareRecord.push({index:1})
-            }
+            // if(this.reportData.compareRecord.length == 0){
+            //     return this.reportData.compareRecord.push({index:1})
+            // }
             return this.reportData.compareRecord
         },
         delCompareRecord(data,index){