6157-actionClaim #106

Merged
carlossa merged 22 commits from 6157-actionClaim into dev 2023-11-24 07:46:30 +00:00
3 changed files with 0 additions and 6 deletions
Showing only changes of commit c3d9085a57 - Show all commits

View File

@ -34,7 +34,6 @@ const $props = defineProps({
const slots = useSlots();
const { t } = useI18n();
defineExpose({ fetch });
const entity = computed(() => useArrayData($props.dataKey).store.data);
carlossa marked this conversation as resolved
Review

Esta tb borrala

Esta tb borrala
onMounted(async () => {
await getData();
@ -58,8 +57,6 @@ async function getData() {
emit('onFetch', data);
}
const emit = defineEmits(['onFetch']);
async function fetch() {}
</script>
<template>
carlossa marked this conversation as resolved Outdated
Outdated
Review

Borrala si no se gasta ni fa res

Borrala si no se gasta ni fa res

View File

@ -68,7 +68,6 @@ const arrayData = useArrayData(props.dataKey, {
limit: props.limit,
order: props.order,
userParams: props.userParams,
skip: 0,
});
carlossa marked this conversation as resolved Outdated
Outdated
Review

Prova a no possarla no recorde pq la possarem

Prova a no possarla no recorde pq la possarem
const store = arrayData.store;

View File

@ -19,9 +19,7 @@ const { t } = useI18n();
const STATE_COLOR = {
pending: 'positive',
managed: 'warning',
resolved: 'negative',
};
carlossa marked this conversation as resolved
Review

Els introoooooooooooos, tens prettier?

Els introoooooooooooos, tens prettier?
function stateColor(code) {