diff --git a/src/store/modules/util/actions.ts b/src/store/modules/util/actions.ts index a4887151..ce9c9cf1 100644 --- a/src/store/modules/util/actions.ts +++ b/src/store/modules/util/actions.ts @@ -252,6 +252,7 @@ const actions: ActionTree = { entityName: 'GeoAssocAndGeoFrom', fieldList: ['geoName', 'geoId', 'geoCode'], noConditionFind: 'Y', + viewSize: 250 } as any try { @@ -285,7 +286,7 @@ const actions: ActionTree = { entityName: 'GeoAssocAndGeoTo', fieldList: ['geoName', 'geoId', 'wellKnownText'], noConditionFind: 'Y', - viewSize: 100 + viewSize: 250 } as any try {