This commit is contained in:
yanran200730
2022-03-22 14:37:09 +08:00
parent b3b46e6724
commit a6dafbff38
94 changed files with 94 additions and 100 deletions

View File

@@ -13,7 +13,7 @@
size="small"
clearable
v-model="search.title"
@keyup.enter.native="search.current = 1, getList()"
v-throttle="() => {search.current = 1, getList()}"
@clear="search.current = 1, search.title = '', getList()"
suffix-icon="iconfont iconSearch"/>
</template>

View File

@@ -10,7 +10,7 @@
v-model="search.opinion"
class="search-input"
size="small"
@keyup.enter.native="search.current = 1, getList()"
v-throttle="() => {search.current = 1, getList()}"
placeholder="内容描述/上报人"
clearable
@change="getList"