fix: AI风险预测员工下拉框显示完整身份证号区分同名员工
- 后端 /employees/list 接口返回解密后的完整身份证号 - 前端 AI风险预测通用模式和结构化模式员工下拉框显示 姓名(身份证号)
This commit is contained in:
@@ -48,6 +48,7 @@ export interface EmployeeOption {
|
||||
phone?: string
|
||||
gender?: string
|
||||
status?: string
|
||||
idCardNo?: string
|
||||
}
|
||||
|
||||
export const employeeApi = {
|
||||
|
||||
Reference in New Issue
Block a user