refs #6128 recharge photo #134
|
@ -42,7 +42,7 @@ onMounted(async () => {
|
|||
});
|
||||
|
||||
watch(entityId, async (id) => {
|
||||
setDmsFilter(id);
|
||||
claimDmsFilter.value.where = { claimFk: id };
|
||||
await claimDmsRef.value.fetch();
|
||||
});
|
||||
|
||||
|
@ -141,10 +141,6 @@ const claimDms = ref([]);
|
|||
const multimediaDialog = ref();
|
||||
const multimediaSlide = ref();
|
||||
|
||||
function setDmsFilter(id = entityId.value) {
|
||||
claimDmsFilter.value.where = { claimFk: id };
|
||||
}
|
||||
|
||||
function setClaimDms(data) {
|
||||
claimDms.value = [];
|
||||
carlossa marked this conversation as resolved
Outdated
|
||||
data.forEach((media) => {
|
||||
|
|
Loading…
Reference in New Issue
Esta linea se pot ficar en la 45 i llevar la funcio