update name
This commit is contained in:
@ -75,7 +75,7 @@ export class UserRoleController {
|
|||||||
|
|
||||||
const { whereAttr, whereVal } = CommonHelper.handleFilter({
|
const { whereAttr, whereVal } = CommonHelper.handleFilter({
|
||||||
filter: param.filter,
|
filter: param.filter,
|
||||||
col_any_eq: [],
|
col_any_eq: ['name'],
|
||||||
col_any_like: ['name']
|
col_any_like: ['name']
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user