0
0
Fork 0

refs #6795 remove watch

This commit is contained in:
Carlos Satorres 2024-02-09 10:15:36 +01:00
parent d13bf60ea3
commit b355d4aa0f
1 changed files with 0 additions and 5 deletions

View File

@ -42,11 +42,6 @@ onMounted(async () => {
claimUrl.value = salixUrl.value + `claim/${entityId.value}/`; claimUrl.value = salixUrl.value + `claim/${entityId.value}/`;
}); });
watch(entityId, async (id, old) => {
// claimDmsFilter.value.where = { claimFk: id };
// await claimDmsRef.value.fetch();
});
const detailsColumns = ref([ const detailsColumns = ref([
{ {
name: 'item', name: 'item',