update waiting list

This commit is contained in:
lb
2024-02-19 11:27:23 +08:00
parent 66337f4aca
commit 874e36eb50
3 changed files with 32 additions and 8 deletions

View File

@@ -135,6 +135,9 @@ export default {
this.$refs['search-bar'].resetForm();
this.resetQuery();
break;
default:
this.searchBarClicked(btn);
break;
}
},
handleEmitFun(val) {