裁决书上传无法更新问题
This commit is contained in:
@@ -164,3 +164,11 @@ export function caseApplicationList(data) {
|
||||
params: data
|
||||
})
|
||||
}
|
||||
// 根据案件id查询当前登陆人是否为仲裁员
|
||||
export function secretaryRoleByUserId(data) {
|
||||
return request({
|
||||
url: '/video/secretaryRoleByUserId',
|
||||
method: 'get',
|
||||
params: data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user