* Add the related test report for create testtask.

This commit is contained in:
hufangzhou
2021-05-13 09:29:41 +08:00
parent 51af4491d9
commit 0a10378c6a
13 changed files with 56 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
function loadProductRelated()
{
loadExecutions($('#product').val());
data = '<select id="build" name="build" class="form-control"></select>';
data = '<select id="build" name="build" class="form-control" onchange="loadTestReports(this.value)"></select>';
$('#build').replaceWith(data);
$('#build_chosen').remove();
$("#build").chosen();