mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 12:38:53 +08:00
__pristine 这个属性可能已经设置过
This commit is contained in:
parent
f8147f8395
commit
5aed2d45f0
@ -287,8 +287,7 @@ export const FormStore = ServiceStore.named('FormStore')
|
|||||||
createObject(self.data.__super, {
|
createObject(self.data.__super, {
|
||||||
diff: diff,
|
diff: diff,
|
||||||
__diff: diff,
|
__diff: diff,
|
||||||
pristine: self.pristine,
|
pristine: self.pristine
|
||||||
__pristine: self.pristine
|
|
||||||
}),
|
}),
|
||||||
self.data
|
self.data
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user