* Adjust params for showLink.

This commit is contained in:
daitingting
2018-07-02 14:37:22 +08:00
parent 60551c3540
commit 20943b8585
+1 -1
View File
@@ -1,4 +1,4 @@
function showLink(planID, type, param)
function showLink(planID, type, orderBy, param)
{
var method = type == 'story' ? 'linkStory' : 'linkBug';
$.get(createLink('productplan', method, 'planID=' + planID + (typeof(param) == 'undefined' ? '' : param) + (typeof(orderBy) == 'undefined' ? '' : "&orderBy=" + orderBy)), function(data)