Commit 799368cd by Ivan Lan

fix import api :excel

parent b3e3ab98
...@@ -40,7 +40,7 @@ class SimpleController::BaseController < ::InheritedResources::Base ...@@ -40,7 +40,7 @@ class SimpleController::BaseController < ::InheritedResources::Base
render json: { render json: {
current_page: pagination.current_page, current_page: pagination.current_page,
total_pages: pagination.total_pages, total_pages: pagination.total_pages,
total_count: pagination.total_count, total_count: pagination.count,
titles: excel.titles, titles: excel.titles,
records: pagination, records: pagination,
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment