This commit is contained in:
tianshujie98
2021-04-26 14:52:16 +08:00
parent f00d94cf42
commit 8dce53e852
+5 -1
View File
@@ -53,8 +53,12 @@ function loadList(type, id)
{
link = createLink('review', 'ajaxGetUserReviews', param);
}
else if(type == 'feedback')
{
link = createLink('feedback', 'ajaxGetUserFeedback', param);
}
if(type == 'bug' || type == 'task' || type == 'story' || type == 'issue' || type == 'risk' || type == 'testtask' || type == 'review' )
if(type == 'bug' || type == 'task' || type == 'story' || type == 'issue' || type == 'risk' || type == 'testtask' || type == 'review' || type == 'feedback')
{
$.get(link, function(data, status)
{