* Fix the problem that the first product cannot be linked when copye execution.
This commit is contained in:
@@ -32,6 +32,7 @@ $(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));
|
||||
|
||||
Reference in New Issue
Block a user