演示问题修复(1.查看裁决书,2.视频开庭提交笔录,3.首页待办权限)

This commit is contained in:
Your Name
2023-10-15 16:26:11 +08:00
parent b1d0d4f599
commit 7819bc155a
8 changed files with 317 additions and 116 deletions
+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({