mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
fix: 修复 nav 没有 onOrderChange 属性会报错问题 (#3940)
This commit is contained in:
parent
e35a380027
commit
5a018a863c
@ -858,7 +858,7 @@ const ConditionBuilderWithRemoteOptions = withRemoteConfig({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.props.updateConfig(links, 'update');
|
this.props.updateConfig(links, 'update');
|
||||||
this.props.onOrderChange!(links);
|
this.props.onOrderChange?.(links);
|
||||||
await this.saveOrder(
|
await this.saveOrder(
|
||||||
mapTree(links, (link: Link) => {
|
mapTree(links, (link: Link) => {
|
||||||
// 清除内部加的字段
|
// 清除内部加的字段
|
||||||
|
Loading…
Reference in New Issue
Block a user