zhuliu 10 달 전
부모
커밋
499203aa29
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/components/import/conditionImport/search.vue
  2. 2 0
      src/views/project/patentCollection/index.vue

+ 1 - 1
src/views/components/import/conditionImport/search.vue

@@ -224,7 +224,7 @@ export default {
         },
         searchByInventionPoint(val){
             this.semanteme = val
-            if(this.DBType == 'customSearch'){
+            if(this.isComponent == 'customSearch'){
                 this.$refs.componentsSearch.search1()
             }else{
                 this.$refs.componentsSearch.search()

+ 2 - 0
src/views/project/patentCollection/index.vue

@@ -368,11 +368,13 @@ export default {
               })
           ]),
           showCancelButton: true,
+          closeOnClickModal:false,
           confirmButtonText: '检索',
           cancelButtonText: '取消',
           beforeClose: (action, instance, done) => {
               if (action === 'confirm') {
                   instance.confirmButtonLoading = true;
+                  _this.queryParams.current = 1
                   _this.getList()
                   done();
                   instance.confirmButtonLoading = false;