案件编号,批量签名

This commit is contained in:
gyj
2023-12-18 18:18:07 +08:00
parent 54a821a31f
commit 65acede646
12 changed files with 423 additions and 90 deletions
+16 -1
View File
@@ -8,7 +8,22 @@ export function caseApply(data) {
params: data
})
}
//批量查询案件签名
export function pageSignAdjudicate(data) {
return request({
url: '/adjudication/pageSignAdjudicate',
method: 'get',
params: data
})
}
// 批量签名提交
export function selectBatchSignUrl(data) {
return request({
url: '/adjudication/selectBatchSignUrl',
method: 'post',
data: data
})
}
// 立案申请
export function addCaseApply(data) {
return request({