Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 56s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 56s
This commit is contained in:
commit
aff895b079
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ export class AuthRoleController extends Controller {
|
||||||
@Get("list")
|
@Get("list")
|
||||||
public async listAuthRole(
|
public async listAuthRole(
|
||||||
@Request() req: RequestWithUser,
|
@Request() req: RequestWithUser,
|
||||||
@Query("isAdminVisibled ") isAdminVisibled : string = "false",
|
@Query("isAdminVisibled") isAdminVisibled : string = "false",
|
||||||
) {
|
) {
|
||||||
let condition: any = {};
|
let condition: any = {};
|
||||||
if(isAdminVisibled.toLowerCase() === "true"){
|
if(isAdminVisibled.toLowerCase() === "true"){
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue