案件邮箱录入,裁决书邮箱自动获取
This commit is contained in:
@@ -122,4 +122,12 @@ export function regenerationDocument(data) {
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
}
|
||||
// 根据案件id
|
||||
export function emailByCaseId(data) {
|
||||
return request({
|
||||
url: '/adjudication/emailByCaseId',
|
||||
method: 'get',
|
||||
params: data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user