7383-testToMaster #370

Merged
alexm merged 365 commits from 7383-testToMaster into master 2024-05-14 05:46:56 +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);
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">