1
@@ -545,8 +545,7 @@ export default {
get() {
let flag = this.isSearch();
if(this.flag != flag){
- this.getList()
- console.log('调用isSearchTable',flag)
+ this.onSearch()
}
this.flag = flag