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