* Fix the problem that the first product cannot be linked when copye execution.

This commit is contained in:
tianshujie98
2021-08-17 09:26:20 +08:00
parent 53b275c5e8
commit 833b9b14ae
+1
View File
@@ -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));