edit
This commit is contained in:
@ -54,7 +54,7 @@ export class MenuManagerComponentsIndexComponent implements OnInit {
|
||||
this.listOfMapData.forEach(item => {
|
||||
this.mapOfExpandedData[item.key] = this.service.convertTreeToList(item);
|
||||
});
|
||||
console.log(this.listOfMapData, this.mapOfExpandedData);
|
||||
// console.log(this.listOfMapData, this.mapOfExpandedData);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@ -131,7 +131,8 @@ export class MenuModalComponent implements OnInit {
|
||||
const params = {
|
||||
...this.sf.value,
|
||||
...this.params,
|
||||
i18n: this.sf.value.keyCode,
|
||||
i18n: '',
|
||||
// i18n: this.sf.value.keyCode,
|
||||
menuType: 0,
|
||||
reuse: 0,
|
||||
shortcut: 0,
|
||||
|
||||
Reference in New Issue
Block a user