fix:(04) f5 icom missing

This commit is contained in:
Net 2024-07-25 10:41:58 +07:00
parent ecfee8b814
commit 84e12bfae6

View file

@ -150,7 +150,8 @@ const treeProductTypeAndGroup = computed(() => {
return {
...item,
_count: {
type: recordTreeProductType.value[item.id]?.length ?? 0,
type:
recordTreeProductType.value[item.id]?.length ?? item._count.type,
service: item._count.service,
product: item._count.product,
},
@ -1445,7 +1446,6 @@ watch(
style="color: var(--foreground)"
>
<template #default-header="{ node }">
{{ console.log(node) }}
<div
class="full-width q-py-xs clickable-node"
:class="{
@ -3617,6 +3617,8 @@ watch(
workItems[currentWorkIndex].attributes = tempValueProperties;
}
console.log('dasdasd');
propertiesDialog = false;
}
"