fix
This commit is contained in:
parent
d7eef65555
commit
1f2b79cff0
1 changed files with 1 additions and 2 deletions
|
|
@ -76,8 +76,7 @@ export class kpiEvaluationController extends Controller {
|
|||
@Query("pageSize") pageSize: number = 10,
|
||||
@Query("keyword") keyword?: string,
|
||||
) {
|
||||
|
||||
await new permission().PermissionList(request, "SYS_EVA_COMPETENCY");
|
||||
// let _data = await new permission().PermissionList(request, "SYS_EVA_COMPETENCY");
|
||||
let whereClause: any = {};
|
||||
|
||||
if (keyword !== undefined && keyword !== "") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue