@@ -386,7 +386,7 @@ watch(
const scopeRes = await InstitutionAPI.listScope(newVal, {
enterprise_id: eid,
page_num: 1,
- page_size: 200,
+ page_size: 100,
});
const scopeData = scopeRes.data.data;
if (scopeData) {