fix bug
This commit is contained in:
@ -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);
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user