This commit is contained in:
yanran200730
2022-03-29 17:49:17 +08:00
parent d80c3c6092
commit e960e95e06

View File

@@ -70,20 +70,20 @@
size="small"
unlink-panels
placeholder="请选择结束日期"
@change="search.current = 1, getList()" />
@change="search.current = 1, getLogCount()" />
<ai-select
v-model="search.isGird"
clearable
placeholder="请选择是否关联网格"
:selectList="visitDict"
@change="search.current = 1, getList()">
@change="search.current = 1, getLogCount()">
</ai-select>
<ai-select
v-model="search.isVisit"
clearable
placeholder="请选择走访次数"
:selectList="girdDict"
@change="search.current = 1, getList()">
@change="search.current = 1, getLogCount()">
</ai-select>
<!-- <ai-download :instance="instance" url="/app/apppreventionreturntopovertyriskperson/export" :params="search" fileName="帮扶走访" :disabled="tableData.length == 0">
<el-button icon="iconfont iconExported" :disabled="tableData.length == 0">导出</el-button>