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