This commit is contained in:
huang 2016-11-15 11:20:30 +08:00
parent 5f21b63c41
commit 11f8656651
1 changed files with 1 additions and 3 deletions

View File

@ -88,8 +88,7 @@ class UsersController < ApplicationController
# 获取我的任务
# order 排序条件
# subject 主题:搜索用
# 搜索和列表调用同一方法
# subject 主题搜索用注意搜索和列表调用同一方法通过参数或者remote区分
def user_issues
subject = params[:subject]
author_id = params[:author_id]
@ -101,7 +100,6 @@ class UsersController < ApplicationController
end
end
#展开所有回复
def show_all_replies
case params[:type]