src/app/business/services/http/organization.service.ts
@@ -22,6 +22,7 @@ }; constructor(private http: _HttpClient) { } public getPagingList(page: PageBean, queryText: string): Observable<PageBean> { queryText = !!queryText && !!queryText.trim() ? queryText : null; const example = new ExampleService(); if (queryText != null && queryText !== '') { example.or().andLike({name: 'name', value: '%' + queryText + '%'});