fix: AI风险预测员工下拉框显示完整身份证号区分同名员工

- 后端 /employees/list 接口返回解密后的完整身份证号
- 前端 AI风险预测通用模式和结构化模式员工下拉框显示 姓名(身份证号)
This commit is contained in:
freedakgmail
2026-08-17 18:47:37 +08:00
parent f2a8f9a97c
commit cdbfeb4f99
3 changed files with 18 additions and 4 deletions
+1
View File
@@ -48,6 +48,7 @@ export interface EmployeeOption {
phone?: string
gender?: string
status?: string
idCardNo?: string
}
export const employeeApi = {