Browse Source

Merge branch 'bug_fix' into dev

feature
mk 1 year ago
parent
commit
b3b8b04120
  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