zhuliu 11 mesiacov pred
rodič
commit
1fb68d1f8b

+ 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){