This commit is contained in:
fz
2023-10-15 19:31:53 +08:00
8 changed files with 337 additions and 131 deletions
@@ -105,4 +105,12 @@ export function selectSealUrl(data) {
method: 'post',
data: data
})
}
// 裁决书列表查询裁决书
export function selectSignSealUrl(data) {
return request({
url: '/caseApplication/selectSignSealUrl',
method: 'post',
data: data
})
}
+8
View File
@@ -17,6 +17,14 @@ export function writtenHear(data) {
data: data,
});
}
// 生成庭审笔录
export function creatTrialRecord(data) {
return request({
url: "/caseApplication/creatTrialRecord",
method: "post",
data: data,
});
}
// 组庭确认
export function pendTralSure(data) {
return request({