批量上传,批量操作

This commit is contained in:
fz
2023-10-20 17:25:58 +08:00
parent 035a1d6b10
commit 39bb0a47d9
14 changed files with 718 additions and 245 deletions
@@ -113,4 +113,13 @@ export function selectSignSealUrl(data) {
method: 'post',
data: data
})
}
// 重新生成裁决书
export function regenerationDocument(data) {
return request({
url: '/adjudication/regenerationDocument',
method: 'post',
data: data
})
}