edit
This commit is contained in:
@ -26,7 +26,6 @@ export class ContractManagementIndexComponent implements OnInit {
|
||||
const acls = acl.data.abilities || [];
|
||||
this.isShowDetail = !!acls.find(acl => acl === 'CONTRACT-INDEX-searchDetail');
|
||||
this.isShowFrame = !!acls.find(acl => acl === 'CONTRACT-INDEX-listFrame');
|
||||
console.log(this.isShowFrame);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user