相聚一刻

相聚一刻

导航

store操作

Posted on 2013-09-17 22:57  相聚一刻  阅读(116)  评论(0编辑  收藏  举报

store.remove(rs);
store.sync({
success: function (e, opt) {
this.store.commitChanges();
},
failure: function (e, opt) {
this.store.rejectChanges()
Ext.Msg.alert("发生错误", e.exceptions[0].error);
},
scope: me.dataview
});