This commit is contained in:
yanran200730
2022-03-22 17:51:53 +08:00
parent 1b290214f6
commit 1ddf31185c
7 changed files with 10 additions and 6 deletions

View File

@@ -43,7 +43,7 @@
</template>
<template #right>
<el-input size="small" v-model="search.meetingAgenda" placeholder="会议标题/创建人"
suffix-icon="iconfont iconSearch" clearable @change="page.current=1,getAppThreeMeetingInfo()"/>
suffix-icon="iconfont iconSearch" v-throttle="() => {page.current = 1, getAppThreeMeetingInfo()}" clearable @clear="search.meetingAgenda = '', page.current=1,getAppThreeMeetingInfo()"/>
</template>
</ai-search-bar>
<ai-search-bar>