zhuliu 11 月之前
父節點
當前提交
25607e1257
共有 1 個文件被更改,包括 4 次插入1 次删除
  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() {