|
|
@ -82,6 +82,10 @@ |
|
|
|
type="green" |
|
|
|
size="small" |
|
|
|
@click="handleAdd">新增</el-button> |
|
|
|
<el-button style="float:left" |
|
|
|
type="yellow" |
|
|
|
size="small" |
|
|
|
@click="handleExport">导出</el-button> |
|
|
|
<el-upload ref="upload" |
|
|
|
:multiple='false' |
|
|
|
:show-file-list='false' |
|
|
@ -95,11 +99,6 @@ |
|
|
|
size="small" |
|
|
|
type="red">导入</el-button> |
|
|
|
|
|
|
|
<el-button style="float:left" |
|
|
|
type="yellow" |
|
|
|
size="small" |
|
|
|
@click="handleExport">导出</el-button> |
|
|
|
|
|
|
|
</el-upload> |
|
|
|
|
|
|
|
</div> |
|
|
@ -470,14 +469,14 @@ export default { |
|
|
|
|
|
|
|
//导出表格 |
|
|
|
async handleExport () { |
|
|
|
let title = '—联建活动列表' |
|
|
|
let title = '联建活动列表' |
|
|
|
|
|
|
|
const url = "/heart/icpartyactivity/export" |
|
|
|
let params = { |
|
|
|
ownerName: this.ownerName, |
|
|
|
ownerPhone: this.ownerPhone, |
|
|
|
level: this.agencyObj.level, |
|
|
|
id: this.agencyObj.id |
|
|
|
agencyId: this.agencyId, |
|
|
|
|
|
|
|
...this.formData |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
app.ajax.exportFilePost( |
|
|
|