查询组件

This commit is contained in:
yanran200730
2022-03-22 17:30:40 +08:00
parent f55b55e406
commit 07e4320b23
10 changed files with 21 additions and 15 deletions

View File

@@ -13,7 +13,7 @@
</template>
<template #right>
<el-input size="small" placeholder="搜索姓名、手机号" v-model="search.name" clearable
@change="page.current=1,getTableData()"/>
v-throttle="() => {page.current = 1, getTableData()}"/>
</template>
</ai-search-bar>
<ai-table :tableData="tableData" :total="page.total" :current.sync="page.current" :size.sync="page.size"