@@ -346,7 +346,9 @@ export default {
})
},
searchBth() {
- // this.queryParams.retrieveRecordId = null
+ if(this.outside){
+ this.queryParams.retrieveRecordId = null
+ }
this.queryParams.current = 1
this.getList()
if(this.outside){