zhuliu 11 months ago
parent
commit
25607e1257
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/views/components/import/conditionImport/searchResult.vue

+ 4 - 1
src/views/components/import/conditionImport/searchResult.vue

@@ -349,7 +349,10 @@ export default {
       this.queryParams.retrieveRecordId = null
       this.queryParams.current = 1
       this.getList()
-      this.reLoadQuery()
+      if(this.outside){
+        this.reLoadQuery()
+      }
+      
     },
     // 打开检索式弹窗
     searches() {