diff --git a/ruoyi-ui/src/views/official/index/index.vue b/ruoyi-ui/src/views/official/index/index.vue index c77a275..7d90f1a 100644 --- a/ruoyi-ui/src/views/official/index/index.vue +++ b/ruoyi-ui/src/views/official/index/index.vue @@ -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`) } }