|
@@ -182,6 +182,15 @@
|
|
if(message.type == 1){
|
|
if(message.type == 1){
|
|
NoveltySearchContrastList.push(this.form)
|
|
NoveltySearchContrastList.push(this.form)
|
|
this.$store.commit('SET_PATENT_NoveltySearchContrastList', NoveltySearchContrastList)
|
|
this.$store.commit('SET_PATENT_NoveltySearchContrastList', NoveltySearchContrastList)
|
|
|
|
+ this.$router.replace(
|
|
|
|
+ {
|
|
|
|
+ path: '/patentDetails/' + this.patentNo,
|
|
|
|
+ query:{
|
|
|
|
+ ...this.$route.query,
|
|
|
|
+ reloadURL:true
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ )
|
|
}else{
|
|
}else{
|
|
let index = this.NoveltySearchContrastList.findIndex(item => {
|
|
let index = this.NoveltySearchContrastList.findIndex(item => {
|
|
return item.id == this.form.id
|
|
return item.id == this.form.id
|