[update 海外会议] 参会人导出
This commit is contained in:
@@ -1047,8 +1047,10 @@ export default {
|
||||
if (this.selectedRowKeys && this.selectedRowKeys.length > 0) {
|
||||
param['selections'] = this.selectedRowKeys.join(',')
|
||||
}
|
||||
// 增加特有的企业名称排序
|
||||
param.column = 'companyName'
|
||||
// 增加特有的企业名称排序,海外会议按创建时间
|
||||
if (!this.isOverseasMeeting) {
|
||||
param.column = 'companyName'
|
||||
}
|
||||
downloadFile(this.url.exportXlsUrl, fileName + '.xlsx', param)
|
||||
},
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user