* Finish task #4978,#4979,#4985,#4992,#4998,#5003,#5004,#5005,#5006,

This commit is contained in:
yfl
2018-10-11 10:48:18 +08:00
parent 9263cafb61
commit 2dfb4aeeda
7 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ $(document).ready(function()
}
}
}
link = createLink('story', 'ajaxGetProductStories', 'productID=' + productID + '&branch=' + branch + '&moduleID=' + module + '&storyID='+ $(select).val() + '&onlyOption=true&status=noclosed');
link = createLink('story', 'ajaxGetProductStories', 'productID=' + productID + '&branch=' + branch + '&moduleID=' + module + '&storyID='+ $(select).val() + '&onlyOption=true');
$('#story' + index).load(link, function(){$(this).trigger("chosen:updated");});
}
if($(select).val() == 'ditto')