Merge branch 'sprint/hufangzhou_task_85051' into 'master'
* Fix bug for create execution. See merge request easycorp/zentaopms!7013
This commit is contained in:
@@ -177,9 +177,6 @@ function loadBranches(product)
|
||||
disableSelectedProduct();
|
||||
}
|
||||
|
||||
var branch = $('#branch' + index);
|
||||
loadPlans(product, branch);
|
||||
|
||||
if(typeof isStage != 'undefined' && isStage == true)
|
||||
{
|
||||
$tableRow.find("select[name^='branch'] option").attr('selected', 'selected');
|
||||
@@ -187,6 +184,9 @@ function loadBranches(product)
|
||||
$tableRow.find("div[id^='branch']").addClass('chosen-disabled');
|
||||
}
|
||||
});
|
||||
|
||||
var branch = $('#branch' + index);
|
||||
loadPlans(product, branch);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user