#4988 - agencySection #293

Merged
pablone merged 22 commits from 4988-agencySection into dev 2024-04-26 07:19:08 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 897ddc44fe - Show all commits

View File

@ -13,6 +13,8 @@ function navigate(id) {
router.push({ path: `/agency/${id}` });
}
function exprBuilder(param, value) {
if (!value) return;
console.log('value: ', value);
pablone marked this conversation as resolved Outdated
Outdated
Review

mmm

mmm
if (param !== 'search') return;
if (!isNaN(value)) return { id: value };

View File

@ -32,7 +32,7 @@ watch(
<VnSearchbar
:info="t('Agency.searchBar.info')"
:label="t('Agency.searchBar.label')"
data-key="Agency"
data-key="AgencyList"
/>
</Teleport>
<QDrawer v-model="stateStore.leftDrawer" show-if-above :width="256">