28646
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user