会议各个角色都有权限

This commit is contained in:
hanchaobo
2024-02-22 10:47:24 +08:00
parent 8f19584ded
commit 6d606a6794
2 changed files with 59 additions and 40 deletions
+8
View File
@@ -231,3 +231,11 @@ export function confirmMeetingResult(data) {
data: data
})
}
// 根据用户id查询是否为调解员
export function secretaryRoleByUserId(query) {
return request({
url: '/video/secretaryRoleByUserId',
method: 'get',
params: query
})
}