Merge branch 'gyj' of SH-Arbitrate/Mediation-Frontend into dev

This commit was merged in pull request #30.
This commit is contained in:
2024-01-30 17:55:48 +08:00
committed by Gitea
2 changed files with 865 additions and 544 deletions
+9
View File
@@ -191,3 +191,12 @@ export function updateComfire(data) {
data: data,
})
}
// 根据身份证获取生日和性别
export function getInfoByIdCard(query) {
return request({
url: '/caseApplication/getInfoByIdCard',
method: 'get',
params: query
})
}
File diff suppressed because it is too large Load Diff