批量审核
This commit is contained in:
@ -51,7 +51,6 @@ export class MenuManagerComponentsIndexComponent implements OnInit {
|
||||
}
|
||||
|
||||
editValueChange(event: any) {
|
||||
console.log('editChanged', event);
|
||||
}
|
||||
|
||||
menuImport(index: number) {
|
||||
@ -104,7 +103,6 @@ export class MenuManagerComponentsIndexComponent implements OnInit {
|
||||
|
||||
getMenuByAppID(appId: string) {
|
||||
this.service.request(this.service.$api_get_one, { appId }, 'POST', false).subscribe(res => {
|
||||
console.log(res);
|
||||
if (res) {
|
||||
const menus = res.data;
|
||||
if (res.data?.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user