Commit c09ddea5 authored by maliang's avatar maliang

上传bug修复

parent 11415a09
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
,toolbar:'true' ,toolbar:'true'
,defaultToolbar: ['exports'] ,defaultToolbar: ['exports']
,limit:20 ,limit:20
,limits:[20,30,40,50,60,70,80,90,40000] ,limits:[20,30,40,50,60,70,80,90,1000,40000]
,height:500 ,height:500
,cols: [[ ,cols: [[
{field: 'bookId', title: '必看bookId',fixed:'left'} {field: 'bookId', title: '必看bookId',fixed:'left'}
......
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
,toolbar:'true' ,toolbar:'true'
,defaultToolbar: ['exports'] ,defaultToolbar: ['exports']
,limit:20 ,limit:20
,limits:[20,30,40,50,60,70,80,90,30000] ,limits:[20,30,40,50,60,70,80,90,1000,30000]
,height:500 ,height:500
,cols: [[ ,cols: [[
{field: 'reportDate', title: '日期', sort: true,fixed:'left'} {field: 'reportDate', title: '日期', sort: true,fixed:'left'}
......
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