* Fix bug #18640,18646.

This commit is contained in:
tianshujie
2022-01-18 11:09:01 +08:00
parent d39aa0ecbb
commit 470801b6aa
2 changed files with 10 additions and 19 deletions

View File

@@ -103,14 +103,8 @@ $(function()
oldOpenedBuild = '';
oldTaskID = $('#oldTaskID').val() || 0;
if(parseInt($('#execution').val()))
{
loadExecutionRelated($('#execution').val());
}
else
{
if(parseInt($('#project').val())) loadProjectTeamMembers($('#project').val());
}
loadExecutionRelated($('#execution').val());
if(parseInt($('#project').val()) && !parseInt($('#execution').val())) loadProjectTeamMembers($('#project').val());
if(!assignedto) setTimeout(function(){setAssignedTo(moduleID, productID)}, 500);
notice();