上传证据,确认证据
This commit is contained in:
@@ -7,4 +7,11 @@ export function respondentList(data) {
|
||||
method: 'get',
|
||||
params: data
|
||||
})
|
||||
}
|
||||
// 查询详情
|
||||
export function respondentDetail(data) {
|
||||
return request({
|
||||
'url': `/evidence/${data}`,
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user