zhuliu 1 år sedan
förälder
incheckning
d729cd476a
1 ändrade filer med 8 tillägg och 3 borttagningar
  1. 8 3
      src/views/report/components/checkPatent/checkPatent.vue

+ 8 - 3
src/views/report/components/checkPatent/checkPatent.vue

@@ -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
     },