Commit d52148ed authored by agping's avatar agping

分页问题

parent b1167c79
<script src='/resource/lib/js/require.min.js' data-main='/resource/js/main?version=20190807112166' charset='utf-8'></script> <script src='/resource/lib/js/require.min.js' data-main='/resource/js/main?version=201908071121665' charset='utf-8'></script>
...@@ -1435,8 +1435,6 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c ...@@ -1435,8 +1435,6 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
'AuthToken':user_info_obj.AuthToken, 'AuthToken':user_info_obj.AuthToken,
'page_size':3000, 'page_size':3000,
'page_no':1 'page_no':1
}, },
dataType: 'json', dataType: 'json',
success: function(data) { success: function(data) {
......
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