yangjie #33

Merged
yangqiang merged 22 commits from yangjie into master 2024-11-04 13:57:51 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit eaf9b686f6 - Show all commits

View File

@ -423,7 +423,7 @@ const User: React.FC = () => {
if (!addUserFrom.UserName && isCreateUser !== 'batch') { if (!addUserFrom.UserName && isCreateUser !== 'batch') {
return message.error('请输入用户名称!') return message.error('请输入用户名称!')
} }
if (!addUserFrom.year) { if (addUserFrom.year === '') {
return message.error('请输入届!') return message.error('请输入届!')
} }
if (isCreateUser === 'add') { if (isCreateUser === 'add') {