Browse Source

搜索后列表置空

dev
mk 1 year ago
parent
commit
cc34bc3ece
  1. 1
      src/views/search/index.vue

1
src/views/search/index.vue

@ -83,6 +83,7 @@ export default {
handelClickSearch() {
this.searchFlag = true;
this.pageNo = 1;
this.tableList = [];
this.getTable();
},
async popularSearch() {

Loading…
Cancel
Save