mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 20:18:03 +08:00
reset 不能重置数据
This commit is contained in:
parent
10b203f415
commit
26685cad5e
@ -357,7 +357,7 @@ export default class Form extends React.Component<FormProps, object> {
|
||||
})
|
||||
.then(this.initInterval)
|
||||
.then(() => store.reset(undefined, false))
|
||||
: store.reset();
|
||||
: store.reset(undefined, false);
|
||||
}
|
||||
|
||||
receive(values:object) {
|
||||
|
Loading…
Reference in New Issue
Block a user