|
|
|
@ -334,9 +334,9 @@ export default function CriteriaManage() { |
|
|
|
|
} |
|
|
|
|
addParam('school_name', searchText); |
|
|
|
|
|
|
|
|
|
const endPoint = `/report/api_report/getOrganizationAndCriteria${ |
|
|
|
|
queryParams.length ? `?${queryParams.join("&")}` : "" |
|
|
|
|
}&limit=${limitOnline}&offset=${offsetOnlineMore}`;
|
|
|
|
|
const endPoint = `/report/api_report/getOrganizationAndCriteria?limit=${limitOnline}&offset=${offsetOnlineMore}${ |
|
|
|
|
queryParams.length ? `&${queryParams.join("&")}` : "" |
|
|
|
|
}`;
|
|
|
|
|
const res = await apiCaller(endPoint, "GET"); |
|
|
|
|
|
|
|
|
|
if (res?.status) { |
|
|
|
|