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
});