This commit is contained in:
tianshujie
2023-04-24 13:48:24 +08:00
parent 1a5321ee1a
commit cea07f16b6
+1 -1
View File
@@ -84,7 +84,7 @@ function setLane(regionID, num)
*/
function loadExecutionBuilds(productID, executionID, index)
{
var branch = $('#branches' + index).val();
var branch = $('#branches' + index).val() ? $('#branches' + index).val() : 0;
if(executionID == 'ditto')
{
for(var i = index - 1; i > 0, executionID == 'ditto'; i--)