store 的 getModifiedRecords() 需要 commitChanges()
store的getModifiedRecords()每次处理完后需要commitChanges() ;否则下次getModifiedRecords()还会出现上次的记录!
发布时间: 2012-10-30 16:13:36 作者: rapoo
store 的 getModifiedRecords() 需要 commitChanges()
store的getModifiedRecords()每次处理完后需要commitChanges() ;否则下次getModifiedRecords()还会出现上次的记录!