|
@@ -92,6 +92,7 @@ export default {
|
|
|
this.getMenuPrice()
|
|
|
this.getComponents()
|
|
|
if(this.reportType == 1 || this.reportType == 2){
|
|
|
+ this.$store.commit("SET_PATENT_CONTRAST",[])
|
|
|
this.getContrast()
|
|
|
}
|
|
|
|
|
@@ -126,7 +127,7 @@ export default {
|
|
|
return item
|
|
|
})
|
|
|
contrastList.push(...data)
|
|
|
- this.$store.commit("SET_CONTEXT_MENU",contrastList)
|
|
|
+ this.$store.commit("SET_PATENT_CONTRAST",contrastList)
|
|
|
}
|
|
|
}
|
|
|
})
|