fix bug query default value system
This commit is contained in:
parent
6563fa825d
commit
c382fe3ba7
1 changed files with 1 additions and 1 deletions
|
|
@ -401,7 +401,7 @@ export class ApiManageController extends Controller {
|
|||
@Query("page") page: number = 1,
|
||||
@Query("pageSize") pageSize: number = this.DEFAULT_PAGE_SIZE,
|
||||
@Query("keyword") keyword: string = "",
|
||||
@Query("system") system: SystemCode | undefined = undefined,
|
||||
@Query("system") system: SystemCode | "" = "",
|
||||
@Query("isActive") isActive: boolean = true,
|
||||
): Promise<HttpSuccess | HttpError> {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue