批量审核

This commit is contained in:
wangshiming
2022-01-18 16:55:18 +08:00
parent bcad306ae5
commit ae8d1eef2a
28 changed files with 4 additions and 444 deletions

View File

@ -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) {