Merge branch 'dev' of http://git.xayunmei.com/SH-Arbitrate/Arbitrate-Frontend into hcb
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