|
|
@@ -39,6 +39,7 @@ Ext.define('saas.view.core.query.QueryGridPanel', {
|
|
|
proxy: {
|
|
|
type: 'ajax',
|
|
|
url: me.baseVastUrl+'list',
|
|
|
+ timeout: 8000,
|
|
|
actionMethods: {
|
|
|
read: 'GET'
|
|
|
},
|
|
|
@@ -68,6 +69,9 @@ Ext.define('saas.view.core.query.QueryGridPanel', {
|
|
|
condition: JSON.stringify(condition)
|
|
|
});
|
|
|
|
|
|
+ },
|
|
|
+ requestexception: function() {
|
|
|
+ debugger;
|
|
|
}
|
|
|
}
|
|
|
}),
|