fix service
This commit is contained in:
@ -18,7 +18,7 @@ export class ServiceModel {
|
|||||||
const filterResult = CommonHelper.handleFilter({
|
const filterResult = CommonHelper.handleFilter({
|
||||||
filter: JSON.stringify({ any: filterAny }),
|
filter: JSON.stringify({ any: filterAny }),
|
||||||
col_any_eq: [],
|
col_any_eq: [],
|
||||||
col_any_like: ["Service.name", "serviceType.name"],
|
col_any_like: ["Service.name"],
|
||||||
});
|
});
|
||||||
|
|
||||||
if (filterResult.whereAttr && filterResult.whereAttr !== "") {
|
if (filterResult.whereAttr && filterResult.whereAttr !== "") {
|
||||||
|
|||||||
Reference in New Issue
Block a user