监测对象增加导出名单
This commit is contained in:
@@ -37,13 +37,16 @@
|
||||
</el-button>
|
||||
</template>
|
||||
<template #right>
|
||||
<ai-download url="/app/apppreventionreturntopoverty/exportAcquisitionTable" :params="{...search,ids}"
|
||||
:instance="instance" fileName="导出名单">
|
||||
<el-button icon="iconfont iconExported">导出名单</el-button>
|
||||
</ai-download>
|
||||
<ai-import :instance="instance" name="监测对象" title="导入监测对象"
|
||||
suffixName="xlsx"
|
||||
url="/app/apppreventionreturntopoverty/downloadTemplate"
|
||||
importUrl="/app/apppreventionreturntopoverty/import"
|
||||
@onSuccess="page.current=1,getTableData()"/>
|
||||
<ai-download url="/app/apppreventionreturntopoverty/export" :params="{...search,ids}"
|
||||
:instance="instance" fileName="监测对象导出文件"/>
|
||||
<ai-download url="/app/apppreventionreturntopoverty/export" :params="{...search,ids}" :instance="instance" fileName="监测对象导出文件"/>
|
||||
</template>
|
||||
</ai-search-bar>
|
||||
<ai-table :tableData="tableData" :total="page.total" :current.sync="page.current" :size.sync="page.size"
|
||||
@@ -105,7 +108,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
search: {status: '',houseType: '', objectType: '', riskType: '', birthStart: '', birthEnd:'',sex: '' },
|
||||
search: {status: '', houseType: '', objectType: '', riskType: '', birthStart: '', birthEnd: '', sex: ''},
|
||||
page: {current: 1, size: 10, total: 0},
|
||||
tableData: [],
|
||||
ids: [],
|
||||
|
||||
Reference in New Issue
Block a user