forked from verdnatura/salix-front
fix(account_card): redirection
This commit is contained in:
parent
e144f0be01
commit
aae881c24a
|
@ -13,10 +13,9 @@ const { t } = useI18n();
|
||||||
search-data-key="AccountUsers"
|
search-data-key="AccountUsers"
|
||||||
:searchbar-props="{
|
:searchbar-props="{
|
||||||
url: 'VnUsers/preview',
|
url: 'VnUsers/preview',
|
||||||
redirect: !!customRouteRedirectName,
|
|
||||||
customRouteRedirectName,
|
|
||||||
label: t('account.search'),
|
label: t('account.search'),
|
||||||
info: t('account.searchInfo'),
|
info: t('account.searchInfo'),
|
||||||
|
searchUrl: 'table',
|
||||||
}"
|
}"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -12,8 +12,6 @@ const { t } = useI18n();
|
||||||
search-data-key="AccountRoles"
|
search-data-key="AccountRoles"
|
||||||
:searchbar-props="{
|
:searchbar-props="{
|
||||||
url: 'VnRoles',
|
url: 'VnRoles',
|
||||||
redirect: !!customRouteRedirectName,
|
|
||||||
customRouteRedirectName,
|
|
||||||
label: t('role.searchRoles'),
|
label: t('role.searchRoles'),
|
||||||
info: t('role.searchInfo'),
|
info: t('role.searchInfo'),
|
||||||
}"
|
}"
|
||||||
|
|
Loading…
Reference in New Issue