forked from verdnatura/salix-front
refs #6795 remove watch
This commit is contained in:
parent
d13bf60ea3
commit
b355d4aa0f
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue