hotFix(orderCatalogFilter): fix searchByTag #961
|
@ -1,6 +1,5 @@
|
|||
<script setup>
|
||||
import { useRoute } from 'vue-router';
|
||||
import { defineProps } from 'vue';
|
||||
|
||||
const props = defineProps({
|
||||
routeName: {
|
||||
|
|
|
@ -16,7 +16,7 @@ const router = useRouter();
|
|||
const stateStore = useStateStore();
|
||||
const { t } = useI18n();
|
||||
const dataKey = 'OrderCatalogList';
|
||||
alexm marked this conversation as resolved
Outdated
|
||||
const arrayData = useArrayData('dataKey');
|
||||
const arrayData = useArrayData(dataKey);
|
||||
const store = arrayData.store;
|
||||
const showFilter = ref(null);
|
||||
const tags = ref([]);
|
||||
|
|
Loading…
Reference in New Issue
El parámetro aparece 4 veces, propuesta, de crear una constante, o desde el front llamar a arrayData.key