This commit is contained in:
yanran200730
2022-03-26 16:59:12 +08:00
parent 9281f18ecb
commit 66826caf94

View File

@@ -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: [{