Merge pull request #311 from 2betop/master

__pristine 这个属性可能已经设置过
This commit is contained in:
liaoxuezhi 2019-10-25 17:37:49 +08:00 committed by GitHub
commit 13d8b17f0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,8 +287,7 @@ export const FormStore = ServiceStore.named('FormStore')
createObject(self.data.__super, {
diff: diff,
__diff: diff,
pristine: self.pristine,
__pristine: self.pristine
pristine: self.pristine
}),
self.data
)