EXT获取后台返回错误信息
failure : function(response, options) {
Ext.Msg.alert("提示", options.result.errors);
},
发布时间: 2012-11-20 09:55:43 作者: rapoo
EXT获取后台返回错误信息
failure : function(response, options) {
Ext.Msg.alert("提示", options.result.errors);
},