Merge branch 'sprint/hufangzhou_task_85051' into 'master'

* Fix bug for create execution.

See merge request easycorp/zentaopms!7013
This commit is contained in:
孙广明
2023-02-21 07:23:19 +00:00
+3 -3
View File
@@ -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);
}
/**