This commit is contained in:
zhouxudong
2022-03-08 10:36:57 +08:00
parent ca901e8364
commit 49e06424d1
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -550,10 +550,10 @@ $('#modalTeam .btn').click(function()
$('#teamMember').val(team);
$('#estimate').val(time);
})
var a = team.split(" ");
if(a.length <= 2)
var teamList = team.split(" ");
if(teamList.length <= 2)
{
alert(teamMember);
alert(teamMemberError);
}
else
{