forked from verdnatura/hedera-web
Details
This commit is contained in:
parent
e97aa4b2a4
commit
316fa02ff7
12523
pnpm-lock.yaml
12523
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
|
@ -82,7 +82,7 @@ onMounted(() => {
|
||||||
<template>
|
<template>
|
||||||
<VnInput
|
<VnInput
|
||||||
v-model="searchTerm"
|
v-model="searchTerm"
|
||||||
@keyup.enter="search()"
|
@keyup.enter.stop="search()"
|
||||||
:placeholder="props.placeholder || t('search')"
|
:placeholder="props.placeholder || t('search')"
|
||||||
bg-color="white"
|
bg-color="white"
|
||||||
is-outlined
|
is-outlined
|
||||||
|
|
|
@ -14,7 +14,6 @@ const { isHeaderMounted } = storeToRefs(appStore);
|
||||||
const loading = ref(false);
|
const loading = ref(false);
|
||||||
const items = ref([]);
|
const items = ref([]);
|
||||||
const itemFilterProps = {
|
const itemFilterProps = {
|
||||||
fields: ['id', 'name', 'longName', 'description', 'isActive'], // Incluye explícitamente 'longName'
|
|
||||||
include: [
|
include: [
|
||||||
{
|
{
|
||||||
relation: 'itemType',
|
relation: 'itemType',
|
||||||
|
|
Loading…
Reference in New Issue