|
@@ -127,9 +127,9 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
watch:{
|
|
|
- compareResult(){
|
|
|
- this.getPatentList()
|
|
|
- }
|
|
|
+ // compareResult(){
|
|
|
+ // this.getPatentList()
|
|
|
+ // }
|
|
|
},
|
|
|
async mounted() {
|
|
|
|
|
@@ -240,6 +240,7 @@ export default {
|
|
|
if (patentNoList) {
|
|
|
this.patentNos = patentNoList
|
|
|
}
|
|
|
+
|
|
|
if (this.sign == 'teamwork') {
|
|
|
this.getPatentList()
|
|
|
} else {
|
|
@@ -256,6 +257,10 @@ export default {
|
|
|
// 关闭弹窗
|
|
|
handleClose() {
|
|
|
this.patentNoList = []
|
|
|
+ this.queryParams = {
|
|
|
+ current:1,
|
|
|
+ size:10
|
|
|
+ }
|
|
|
this.refresh = false
|
|
|
this.dialogVisible = false
|
|
|
},
|