* Fix the issue of assigned to single-select drop-down when switching is performed.

This commit is contained in:
tianshujie98
2021-06-01 09:50:19 +08:00
parent add67a9039
commit e92289c2c6
+2
View File
@@ -21,6 +21,8 @@ function loadAll(executionID)
*/
function loadExecutionMembers(executionID)
{
$("#multipleBox").removeAttr("checked");
$('.team-group').addClass('hidden');
$.get(createLink('execution', 'ajaxGetMembers', 'executionID=' + executionID + '&assignedTo=' + $('#assignedTo').val()), function(data)
{
$('#assignedTo_chosen').remove();