批量用印,案件编号搜索
This commit is contained in:
@@ -24,6 +24,14 @@ export function selectBatchSignUrl(data) {
|
||||
data: data
|
||||
})
|
||||
}
|
||||
// 批量签名提交
|
||||
export function selectBatchSealUrl(data) {
|
||||
return request({
|
||||
url: '/adjudication/selectBatchSealUrl',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
// 立案申请
|
||||
export function addCaseApply(data) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user