毕设任务作品列表

dev_cs
cxt 5 years ago
parent 74760e911c
commit 758663079b

@ -168,7 +168,7 @@ class GraduationTasksController < ApplicationController
end
end
else
@work_list = @work
@work_list = !@task.published? ? [] : @work
@view_work = false
@work_count = @work_list.count
@all_work_count = @work_list.count

Loading…
Cancel
Save