forked from verdnatura/salix-front
refs #5986 console log removed
This commit is contained in:
parent
32ca81ebad
commit
3817328661
|
@ -66,7 +66,6 @@ function stateColor(code) {
|
||||||
}
|
}
|
||||||
const data = ref(useCardDescription());
|
const data = ref(useCardDescription());
|
||||||
const setData = (entity) => {
|
const setData = (entity) => {
|
||||||
console.log(entity);
|
|
||||||
data.value = useCardDescription(entity.client.name, entity.id);
|
data.value = useCardDescription(entity.client.name, entity.id);
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue