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