* Fix bug for create execution.

This commit is contained in:
hufangzhou
2023-02-21 07:14:49 +00:00
parent e05d8b2eff
commit 10e9d3a6a8
+4 -3
View File
@@ -177,9 +177,6 @@ function loadBranches(product)
disableSelectedProduct();
}
var branch = $('#branch' + index);
loadPlans(product, branch);
if(typeof isStage != 'undefined' && isStage == true)
{
$tableRow.find("select[name^='branch'] option").attr('selected', 'selected');
@@ -187,6 +184,10 @@ function loadBranches(product)
$tableRow.find("div[id^='branch']").addClass('chosen-disabled');
}
});
var branch = $('#branch' + index);
loadPlans(product, branch);
}
/**