Commit f40bad9b authored by 前端-许佳敏's avatar 前端-许佳敏

职位改为必填

parent b0ba0430
......@@ -104,6 +104,12 @@ export const UserDetailSchema:ISchema = {
type: 'string',
title: '职位',
maxLength: 20,
"x-rules": [
{
required: true,
message: '请输入职位'
}
]
},
orgName: {
type: 'string',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment