fix resetList function

This commit is contained in:
smilerz
2021-09-15 08:50:46 -05:00
parent 90dc445c45
commit 6a29c79e5c
15 changed files with 108 additions and 108 deletions

View File

@ -4,7 +4,7 @@
<div class="col col-md">
<!-- search box -->
<b-input-group class="mt-3">
<b-input class="form-control" type="search" v-model="search_left"
<b-input class="form-control" type="search" v-model="search"
v-bind:placeholder="this.text.search"></b-input>
</b-input-group>
</div>