|
@@ -177,9 +177,9 @@ export default {
|
|
if(row.patentClaimHistoryList){
|
|
if(row.patentClaimHistoryList){
|
|
var obj = row.patentClaimHistoryList.find(item=>{
|
|
var obj = row.patentClaimHistoryList.find(item=>{
|
|
if(type == 1){
|
|
if(type == 1){
|
|
- return item.ifFirst
|
|
|
|
|
|
+ return item.ifFirst && item.description
|
|
}else if(type == 2){
|
|
}else if(type == 2){
|
|
- return !item.ifFirst
|
|
|
|
|
|
+ return !item.ifFirst && item.description
|
|
}
|
|
}
|
|
})
|
|
})
|
|
if(obj){
|
|
if(obj){
|