如何完全删除有错误的记录:
例如:
user.one 'becameError', =>
@send 'flashError', 'An error has occurred and the invitation cannot be sent.'
user.deleteRecord()
user.get('transaction').commit()
上述错误与所有熟悉的错误:
尝试处理事件
调用deleteRecord
而在状态rootState.error中。 用未定义的
App.User.all()包含所有记录,isNew,isError。
我如何摆脱该死的东西?