111
This commit is contained in:
parent
c6174406fb
commit
4182bb5fe7
|
@ -603,7 +603,7 @@ class AdminController < ApplicationController
|
|||
@code_work_tests[tCount-1] = {}
|
||||
|
||||
@code_work_tests = paginateHelper @code_work_tests,30
|
||||
@page = (params['page'] || 1).to_i - 1
|
||||
@page = (params['page'] || 1).to_i - 1 #1111111111
|
||||
|
||||
#取出需要的那一页数据
|
||||
tStart = @page*30
|
||||
|
|
Loading…
Reference in New Issue