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