@farris/bef
Advanced tools
Comparing version 0.0.11-201902271930 to 0.0.11-201902272000
@@ -727,2 +727,4 @@ (function (global, factory) { | ||
entity.load(entityData); | ||
// retrieve之后已经时最新数据,移除变更 | ||
entity.changes.splice(0, entity.changes.length); | ||
return entity; | ||
@@ -729,0 +731,0 @@ })); |
@@ -696,2 +696,4 @@ import { InjectionToken, Injectable, Injector } from '@angular/core'; | ||
entity.load(entityData); | ||
// retrieve之后已经时最新数据,移除变更 | ||
entity.changes.splice(0, entity.changes.length); | ||
return entity; | ||
@@ -698,0 +700,0 @@ })); |
@@ -731,2 +731,4 @@ import { InjectionToken, Injectable, Injector } from '@angular/core'; | ||
entity.load(entityData); | ||
// retrieve之后已经时最新数据,移除变更 | ||
entity.changes.splice(0, entity.changes.length); | ||
return entity; | ||
@@ -733,0 +735,0 @@ })); |
{ | ||
"name": "@farris/bef", | ||
"version": "0.0.11-201902271930", | ||
"version": "0.0.11-201902272000", | ||
"description": "Farris Bef", | ||
@@ -5,0 +5,0 @@ "main": "./bundles/index.umd.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
469636
4693