mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
amis-saas-9257 「Bug」页面设计器增删改查组件通过快速构建修改配置后,重新打开配置未更新
Change-Id: I982f1a5528a6600394313ff5fedce9b02c61851a
This commit is contained in:
parent
48d3686dda
commit
681f9d6449
@ -464,6 +464,12 @@ export class CRUDPlugin extends BasePlugin {
|
||||
(item: any) => item.type === 'operation'
|
||||
);
|
||||
hasFeatures && !hasOperate && valueSchema.columns.push(oper);
|
||||
|
||||
setTimeout(() => {
|
||||
// 更新
|
||||
this.manager.buildPanels();
|
||||
this.manager.buildToolbars();
|
||||
}, 20);
|
||||
return valueSchema;
|
||||
},
|
||||
canRebuild: true
|
||||
|
Loading…
Reference in New Issue
Block a user