ai页面岗位跳转bug修复
This commit is contained in:
@@ -375,9 +375,7 @@ const confirm = () => {
|
||||
if (!fromValue.politicalAffiliation) {
|
||||
return $api.msg('请选择政治面貌');
|
||||
}
|
||||
if (!fromValue.userTag) {
|
||||
return $api.msg('请选择人员类型');
|
||||
}
|
||||
|
||||
if (!checkingPhoneRegExp(fromValue.phone)) {
|
||||
return $api.msg('请输入正确手机号');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user