This commit is contained in:
Lingzi
2022-04-02 17:26:16 +08:00
parent d67ba84af0
commit be8a1dafb9

View File

@ -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);
}
});
}
}