修改测试bug

This commit is contained in:
gyj
2024-05-11 14:47:56 +08:00
parent 6d9acd70db
commit 5a752573cb
4 changed files with 90 additions and 45 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ export function creatTrialRecord(data) {
// 确认生成笔录
export function creatTrialRecordnew(data) {
return request({
url: "/caseApplication/creatTrialRecordnew",
url: "/caseApplication/confirmMeetingResult",
method: "post",
data: data,
});