This commit is contained in:
郭文豪 2024-12-31 17:00:05 +08:00
parent a5999eec46
commit fe395e75b5

View File

@ -451,6 +451,7 @@ export default {
{ label: '发展在昊坤' },
{ label: '工作在昊坤' },
{ label: '生活在昊坤' },
{ label: '福利' },
{ label: 'joinus' },
]
},
@ -582,7 +583,7 @@ export default {
/** 导出按钮操作 */
handleExport() {
this.download('official/index/export', {
...this.queryParams
...this.queryParams55
}, `index_${new Date().getTime()}.xlsx`)
}
}