* Optimize code.

This commit is contained in:
mayue
2022-05-17 07:47:50 +00:00
parent 22cc7108e2
commit d0340d5666
+1 -1
View File
@@ -65,7 +65,7 @@ $('#future').on('change', function()
$('#branch').change(function()
{
var branchID = $(this).val();
var branchID = $(this).val();
var lastPlanLink = createLink('productplan', 'ajaxGetLast', "productID=" + productID + "&branch=" + branchID);
var topPlanLink = createLink('productplan', 'ajaxGetTopPlan', "productID=" + productID + "&branch=" + branchID);