* Finish task #42382.

This commit is contained in:
tianshujie
2021-09-09 08:57:41 +08:00
parent c88d7f16e2
commit 3701965dba
+5 -5
View File
@@ -31,11 +31,11 @@ $(function()
}
/* Assign value to the manage products by the different request type.*/
var product = $('#products0');
if(copyExecutionID) productID = product.val();
product.val(productID);
product.trigger("chosen:updated");
loadBranches(product);
var $product = $('#products0');
if(copyExecutionID) productID = $product.val();
$product.val(productID);
$product.trigger("chosen:updated");
loadBranches($product);
var adjustMainCol = function()
{