zhuliu 11 tháng trước cách đây
mục cha
commit
25607e1257

+ 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() {