生成笔录接口联调,证据清单

This commit is contained in:
gyj
2023-12-07 18:31:32 +08:00
parent 2bb57e562d
commit 7bdba3ab97
6 changed files with 38 additions and 23 deletions
+8
View File
@@ -25,6 +25,14 @@ export function creatTrialRecord(data) {
data: data,
});
}
// 确认生成笔录
export function creatTrialRecordnew(data) {
return request({
url: "/caseApplication/creatTrialRecordnew",
method: "post",
data: data,
});
}
// 组庭确认
export function pendTralSure(data) {
return request({