diff --git a/src/app/routes/menu-manager/components/index/index.component.ts b/src/app/routes/menu-manager/components/index/index.component.ts index c11c016b..2f9b1306 100644 --- a/src/app/routes/menu-manager/components/index/index.component.ts +++ b/src/app/routes/menu-manager/components/index/index.component.ts @@ -131,7 +131,10 @@ export class MenuManagerComponentsIndexComponent implements OnInit { appId: this.selectedPlatform.appId }; this.modalHelper.create(MenuManagerMenusortComponent, { i: dialogData }, { size: 900 }).subscribe((res:any) => { - this.initData(); + if(res) { + console.log('a') + this.loadMemu(this.selectedPlatform.appId); + } }); } }