批量用印,案件编号搜索

This commit is contained in:
gyj
2023-12-19 17:13:57 +08:00
parent 65acede646
commit 876c34ea8a
8 changed files with 119 additions and 14 deletions
+8
View File
@@ -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({