[update 海外会议] 参会人导出

This commit is contained in:
danshihao
2024-06-25 18:14:14 +08:00
parent 0a7a2cdb59
commit 8b8c8a49da
@@ -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)
},
/*