|
@@ -205,7 +205,7 @@ const additionalConfig = [
|
|
|
const getDictList = () => {
|
|
|
const dictOptionsObj: any = {}
|
|
|
// 性别
|
|
|
- // const sex = getDictOptions('system_user_sex')
|
|
|
+ const sex = getDictOptions('system_user_sex')
|
|
|
// 状态
|
|
|
const state = getDictOptions('staff_state_type')
|
|
|
// 在岗职位
|
|
@@ -225,7 +225,7 @@ const getDictList = () => {
|
|
|
// 紧急联系人关系
|
|
|
const jjlxrgx = getDictOptions('contact_type')
|
|
|
|
|
|
- // dictOptionsObj.sex = sex
|
|
|
+ dictOptionsObj.sex = sex
|
|
|
dictOptionsObj.state = state
|
|
|
dictOptionsObj.drzw = drzw
|
|
|
dictOptionsObj.nation = nation
|