未保存的 js 数据不返回有更改的对象
js-data unsaved not returning objects with changes
我的 js 数据存储中有一个来自 API 的用户,我更改了它的名称。我还没有保存记录
为什么 ds.unsaved('user')
return 不是空数组?
unsaved()
函数returns只记录没有id的。不管有没有变化。
根据 docs
Return all "unsaved" (not uniquely identifiable) records in this colleciton.
我的 js 数据存储中有一个来自 API 的用户,我更改了它的名称。我还没有保存记录
为什么 ds.unsaved('user')
return 不是空数组?
unsaved()
函数returns只记录没有id的。不管有没有变化。
根据 docs
Return all "unsaved" (not uniquely identifiable) records in this colleciton.