|
@@ -382,7 +382,7 @@ export default {
|
|
|
retrieveRecordId: this.queryParams.retrieveRecordId,
|
|
|
|
|
|
//专利号检索
|
|
|
- NO:this.condition.NO,
|
|
|
+ numberQuery:this.condition.NO,
|
|
|
redisKey:this.condition.redisKey
|
|
|
};
|
|
|
// console.log(this.$s.getSession('retrieveRecordId'),)
|
|
@@ -405,7 +405,7 @@ export default {
|
|
|
this.$store.commit("SET_PATENT_RECORDS", records);
|
|
|
this.getImageAndStatus()
|
|
|
this.loading = false;
|
|
|
- if(response.data.redisKey){
|
|
|
+ if(response.data.redisKey && !this.condition.redisKey){
|
|
|
this.condition.redisKey = response.data.redisKey
|
|
|
this.condition.NO=''
|
|
|
this.$router.push({
|