Merge branch 'sunhuawei_fixbug_22900' into 'master'

*Fix bug #22900.

See merge request easycorp/zentaopms!3610
This commit is contained in:
孙广明
2022-05-26 03:31:06 +00:00
+1 -1
View File
@@ -485,7 +485,7 @@ function loadProjectBuilds(projectID)
if(page == 'create')
{
var link = createLink('build', 'ajaxGetProjectBuilds', 'projectID=' + projectID + '&productID=' + productID + '&varName=openedBuild&build=' + oldOpenedBuild + "&branch=" + branch);
var link = createLink('build', 'ajaxGetProjectBuilds', 'projectID=' + projectID + '&productID=' + productID + '&varName=openedBuild&build=&branch=' + branch);
$.get(link, function(data)
{
if(!data) data = '<select id="openedBuild" name="openedBuild" class="form-control" multiple=multiple></select>';