上传证据,确认证据

This commit is contained in:
fz
2023-09-14 18:11:50 +08:00
parent 561110d582
commit 290399dd31
10 changed files with 229 additions and 270 deletions
+7
View File
@@ -7,4 +7,11 @@ export function respondentList(data) {
method: 'get',
params: data
})
}
// 查询详情
export function respondentDetail(data) {
return request({
'url': `/evidence/${data}`,
method: 'get',
})
}