裁决书上传无法更新问题

This commit is contained in:
hanchaobo
2024-05-20 16:56:38 +08:00
parent d4c5610f53
commit 7cf0427b56
4 changed files with 41 additions and 21 deletions
+8
View File
@@ -164,3 +164,11 @@ export function caseApplicationList(data) {
params: data
})
}
// 根据案件id查询当前登陆人是否为仲裁员
export function secretaryRoleByUserId(data) {
return request({
url: '/video/secretaryRoleByUserId',
method: 'get',
params: data
})
}