This commit is contained in:
hanchaobo
2024-01-19 18:06:59 +08:00
4 changed files with 54 additions and 28 deletions
+8
View File
@@ -135,3 +135,11 @@ export function selectCaseProgress(data) {
data: data,
})
}
// 查看案件日志
export function listCaseLogRecord(data) {
return request({
url: "/mssignSeal/listCaseLogRecord",
method: "post",
data: data,
})
}