* Fix bug 16376

This commit is contained in:
songchenxuan
2021-11-18 17:09:42 +08:00
parent 1f9f382aa0
commit f92a67b62a
+1
View File
@@ -15,6 +15,7 @@ function loadBranches(productID)
oldBranch = productGroups[productID]['branches'];
}
executionID = $('#execution').val();
$.get(createLink('branch', 'ajaxGetBranches', 'productID=' + productID + '&oldBranch=0&param=&projectID=' + executionID), function(data)
{
if(data)