__pristine 这个属性可能已经设置过

This commit is contained in:
liaoxuezhi 2019-10-25 17:36:27 +08:00
parent 5b93d128b8
commit 157b78740c

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
)