소스 검색

合并发明人检索

zhuliu 1 년 전
부모
커밋
b933028d5f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/project/patentCollection/components/drawer/merge.vue

+ 1 - 1
src/views/project/patentCollection/components/drawer/merge.vue

@@ -437,7 +437,7 @@ export default {
       // 返回条件对象
       this.searchOption = this.$commonJS.ArrayToArray(val)
       // 调用查询接口
-      this.queryParams.current = 1
+      this.queryParams.pageNum = 1
       this.getList()
     },
     handleCurrentChange(val) {