mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update excel.xlsx.js
This commit is contained in:
parent
af18a102b2
commit
964719ac62
@ -34,7 +34,7 @@ define(function () {
|
||||
function LoadNextPage(curPage, maxPage, urlParams) {
|
||||
$('[data-upload-count]').html((curPage / maxPage * 100).toFixed(2));
|
||||
if (curPage > maxPage) return $.msg.close(loaded), defer.resolve(lists);
|
||||
urlParams = (url.indexOf('?') > -1 ? '&' : '?') + 'output=json¬_cache_limit=0&limit=100&page=' + curPage;
|
||||
urlParams = (url.indexOf('?') > -1 ? '&' : '?') + 'output=json¬_cache_limit=1&limit=100&page=' + curPage;
|
||||
$.form.load(url + urlParams, data, method, function (ret) {
|
||||
if (ret.code) {
|
||||
lists = lists.concat(ret.data.list);
|
||||
|
Loading…
x
Reference in New Issue
Block a user