This commit is contained in:
yanran200730
2022-03-23 17:44:51 +08:00
parent 9e44eddddf
commit 3400df5fd4

View File

@@ -55,8 +55,9 @@
<el-input placeholder="输入公文名称/编号"
v-model="searchObj.name"
size="small"
@change="(page.current = 1), getList()"
clearable
@clear="searchObj.name = '', getList()"
v-throttle="() => {page.current = 1, getList()}"
prefix-icon="iconfont iconSearch"/>
</template>
</ai-search-bar>