Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/1Panel-dev/MaxKB
/ batchAddGroup
Function
batchAddGroup
ui/src/api/workspace/chat-user.ts:80–85 ·
view source on GitHub ↗
( data, loading, )
Source
from the content-addressed store, hash-verified
78
* 设置用户组
79
*/
80
const
batchAddGroup: (data: any, loading?: Ref<boolean>) => Promise<Result<any>> = (
81
data,
82
loading,
83
) => {
84
return
post(`${prefix}/batch_add_group`, data, undefined, loading)
85
}
86
87
/**
88
* 批量删除
Callers
nothing calls this directly
Calls
1
post
Function · 0.90
Tested by
no test coverage detected