统计
This commit is contained in:
@@ -72,14 +72,14 @@
|
||||
v-model="search.isGird"
|
||||
clearable
|
||||
placeholder="请选择是否关联网格"
|
||||
:selectList="girdDict"
|
||||
:selectList="visitDict"
|
||||
@change="search.current = 1, getList()">
|
||||
</ai-select>
|
||||
<ai-select
|
||||
v-model="search.isVisit"
|
||||
clearable
|
||||
placeholder="请选择走访次数"
|
||||
:selectList="visitDict"
|
||||
:selectList="girdDict"
|
||||
@change="search.current = 1, getList()">
|
||||
</ai-select>
|
||||
<!-- <ai-download :instance="instance" url="/app/apppreventionreturntopovertyriskperson/export" :params="search" fileName="帮扶走访" :disabled="tableData.length == 0">
|
||||
@@ -142,7 +142,7 @@
|
||||
dictName: '否',
|
||||
dictValue: '0'
|
||||
}, {
|
||||
dictName: '是否',
|
||||
dictName: '是',
|
||||
dictValue: '1'
|
||||
}],
|
||||
girdDict: [{
|
||||
|
||||
Reference in New Issue
Block a user