调解员拆解

This commit is contained in:
Your Name
2024-01-18 16:19:11 +08:00
parent 7928c14212
commit 8fca2aac8d
5 changed files with 216 additions and 18 deletions
+8
View File
@@ -119,3 +119,11 @@ export function verifyMediator(data) {
data: data,
});
}
// 确认调节时间
export function confirmDate(data) {
return request({
url: "/caseApplication/confirmDate",
method: "post",
data: data,
});
}