|
@@ -130,7 +130,7 @@ Ext.define('saas.view.sys.finish.DataList', {
|
|
|
reader: {
|
|
reader: {
|
|
|
type: 'json',
|
|
type: 'json',
|
|
|
rootProperty: 'data.item.list',
|
|
rootProperty: 'data.item.list',
|
|
|
- totalProperty: 'data.total',
|
|
|
|
|
|
|
+ totalProperty: 'data.item.total',
|
|
|
},
|
|
},
|
|
|
listeners:{
|
|
listeners:{
|
|
|
endprocessresponse:function(proxy,res){
|
|
endprocessresponse:function(proxy,res){
|