* Modify the drop-down range of versions when submitting tests.

This commit is contained in:
xieqiyu
2021-11-21 11:33:43 +08:00
parent 2a18aba808
commit c82113ab84
4 changed files with 30 additions and 31 deletions
+1 -1
View File
@@ -37,5 +37,5 @@ function loadExecutions(productID)
$(function()
{
adjustPriBoxWidth();
if($('#execution').val()) loadExecutionBuilds($('#execution').val());
if($('#execution').val() != 0) loadExecutionBuilds($('#execution').val());
});