feat: 集成Hermes智能体系统,增强聊天和差旅报销功能
This commit is contained in:
@@ -142,6 +142,8 @@ export function useChat(activeView) {
|
||||
is_admin: Boolean(user.isAdmin),
|
||||
name: user.name || '',
|
||||
role: user.role || '',
|
||||
position: user.position || '',
|
||||
grade: user.grade || '',
|
||||
active_case_id: activeCase.value?.id || ''
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user